You are on page 1of 1

Name:

C++ Classes
Complete the crossword below

Across Down
1. ___________________ interface decides 2. Class hierarchies promote reuse in two ways.
determines how your class will be used by other They are code sharing and
program. _______________________________________.
3. ________________________ class is used to 4. derived class is derived from _________ class
design the base class 6. __________________ and union take the same
5. The classes in C++ are used to manipulate both definition of class but differs in the access
data and ______________. techniques.
7. There are two kinds of classes in C++. They are 8. $ operator is used to declare the destructor. True
absolute class and __________________ class or False?
9. ____________ is an object of class ostream that 12. : : is used to define the member of a class
represents the standard logging stream. externally. True or False?
10. Classes that contain at least one pure
___________________ function are called as
abstract base classes.
11. There are three types of access specifiers.
They are public, protected and
__________________
13. There are three types of guarantees in C++.
They are __________________, strong and
nothrow.

You might also like