What makes a class abstract?

Options
- The class must not have method definitions.
- The class must have a constructor that takes no arguments.
- The class must have a function definition equal to zero.
- The class which cannot be instantiated as they are mainly for inheritance.


CORRECT ANSWER : The class which cannot be instantiated as they are mainly for inheritance.

Discussion Board
Incorrect Answer

The correct answer is The class must have a function definition equal to zero.

Manjiri 05-7-2017 11:13 AM

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