A class with only public members and no functions, are called ___________________
A class with only public members and no functions, are called ___________________
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 __________________
The copy constructor is called automatically when _________________
The copy constructor is called automatically when _________________
Non-member functions are defined as _________________
Non-member functions are defined as _________________
Structures must have __________________
Structures must have __________________
What is a class interface?
What is a class interface?
Member functions that provides read-only access to the data, is called ___________________
Member functions that provides read-only access to the data, is called ___________________
A constructor is a member function that is called automatically when __________________
A constructor is a member function that is called automatically when __________________
How many specifiers are present in access specifiers in class?
How many specifiers are present in access specifiers in class?
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 _____________
Local utility functions are called _____________________
Local utility functions are called _____________________
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 ___________________
A constructor has _________________
A constructor has _________________
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?
Preventing access from outside the class is called _________________
Preventing access from outside the class is called _________________
Which is used to define the member of a class externally?
Which is used to define the member of a class externally?
Which keyword is used for the declaration of class?
Which keyword is used for the declaration of class?
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?
The functions that are defined inside a class are called _________________
The functions that are defined inside a class are called _________________
Member functions are also called _______________
Member functions are also called _______________