Abstract Class - Features,Properties - Polymorphism and Abstract Classes

Q.  Find the wrong statement/s about Abstract Class.
- Published on 17 Jul 15

a. We can’t create its objects.
b. We can’t create pointers to an abstract class.
c. It contains at least one pure virtual function.
d. We can create references to an abstract class.

ANSWER: We can’t create pointers to an abstract class.
 

    Discussion

  • ramesh   -Posted on 12 Oct 15
    We cannot create objects of the abstract class, but pointers and refrences of Abstract class type can be created.

Post your comment / Share knowledge


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