Home » C++ Programming » Classes & Objects » Question
  1. Pick out the correct option.
    1. We can make an instance of an abstract super class
    2. We cannot make an instance of an abstract base class
    3. We can make an instance of an abstract base class
    4. All of above
    5. None of these
Correct Option: B

We cannot make an instance of an abstract base class



Your comments will be displayed only after manual approval.