Computer Science, asked by harshilgill9453, 11 months ago

Which is true abstract mthod can have body,abstract class can be instantiated?

Answers

Answered by Anonymous
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