Member functions that provides read-only access to the data, is called ___________________
Member functions that provides read-only access to the data, is called ___________________
When a data member of new class is an object of another class, it is called as _____________
When a data member of new class is an object of another class, it is called as _____________
A class with only public members and no functions, are called ___________________
A class with only public members and no functions, are called ___________________
The functions that are defined inside a class are called _________________
The functions that are defined inside a class are called _________________
Which other keywords are also used to declare the class other than class?
Which other keywords are also used to declare the class other than class?
A constructor has _________________
A constructor has _________________
Structures must have __________________
Structures must have __________________
Sometimes a single value for a data member applies to all members of the class, for this purpose a ___________________
Sometimes a single value for a data member applies to all members of the class, for this purpose a ___________________
Member functions are also called _______________
Member functions are also called _______________
Which is used to define the member of a class externally?
Which is used to define the member of a class externally?
A constructor is a member function that is called automatically when __________________
A constructor is a member function that is called automatically when __________________
Member functions and member data that are accessible within the class, are called __________________
Member functions and member data that are accessible within the class, are called __________________
What is a class interface?
What is a class interface?
Non-member functions are defined as _________________
Non-member functions are defined as _________________
Which function is called when an object reaches to the end of its scope?
Which function is called when an object reaches to the end of its scope?
Which keyword is used for the declaration of class?
Which keyword is used for the declaration of class?
Local utility functions are called _____________________
Local utility functions are called _____________________
The copy constructor is called automatically when _________________
The copy constructor is called automatically when _________________
How many specifiers are present in access specifiers in class?
How many specifiers are present in access specifiers in class?
Preventing access from outside the class is called _________________
Preventing access from outside the class is called _________________