Classes & Objects
- What does inheritance allow you to do?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
create a hierarchy of classes
- What is the syntax of inheritance of class?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
class name: access specifier class name
- How many kinds of classes are there in c++?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
There are two kinds of classes in c++. They are absolute class and the concrete class.