defining a derived class we have to use ______ character
Answers
Answered by
1
Answer:
In the declaration of a derived class, you list the base classes of the derived class. The derived class inherits its members from these base classes. The qualified_class_specifier must be a class that has been previously declared in a class declaration. An access specifier is one of public , private , or protected .
Explanation:
Similar questions