Question
How many types of class are there in c++?
Answer: Option C
Was this answer helpful ?
There are three types of classes. They are abstract base classes, concrete derived classes,
standalone classes.
Was this answer helpful ?
Submit Solution