Which is true abstract mthod can have body,abstract class can be instantiated?
Answers
Answered by
3
Answer:
Instantiation: An abstract class cannot be instantiated directly, i.e. object of such class cannot be created directly using new keyword. An abstract class can be instantiated either by concrete subclass, or by defining all the abstract method along with the new statement.
✌✌✌
Similar questions
Biology,
5 months ago
English,
5 months ago
English,
5 months ago
Environmental Sciences,
11 months ago
Computer Science,
11 months ago
Math,
1 year ago