Which of the following is not true for abstract class?

Options
- It cannot be instantiated
- It can contain both implemented methods and abstract methods
- It can be instantiated.
- It can not be instantiated on its own, they must be inherited.


CORRECT ANSWER : It can be instantiated.

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement