Other
C++ EXAM STUDY GUIDE
- Course
- Institution
abstract class - Answer- a class that can only be used as a base class for some other class. A class is abstract if it has at least one pure virtual function. access control - Answer- a C++ mechanism for prohibiting or granting access to individual members of a class. access declaration - Ans...
[Show more]