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
Science,
6 months ago
Environmental Sciences,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago