Abstract Class - Features,Properties - Polymorphism and Abstract Classes
Q. Find the wrong statement/s about Abstract Class.- Published on 17 Jul 15a. 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.