Member functions defined in a class definition are automatically _______________
Member functions defined in a class definition are automatically _______________
A destructor for a class is denoted by ______________
A destructor for a class is denoted by ______________
How many constructors can present in a class?
How many constructors can present in a class?
Which operator is combined with a pointer to an object to access that object's member?
Which operator is combined with a pointer to an object to access that object's member?
Which preprocessor directives are used to prevent header files from being included more than once in a program ?
Which preprocessor directives are used to prevent header files from being included more than once in a program ?
How many types of inheritance are there in c++?
How many types of inheritance are there in c++?
If a class wants to allow clients to read private data, the class can provide a ________________
If a class wants to allow clients to read private data, the class can provide a ________________
Scope resolution operator is denoted by _________________
Scope resolution operator is denoted by _________________
Passing arguments to a destructor, or specifying return type to destructor, causes ___________________
Passing arguments to a destructor, or specifying return type to destructor, causes ___________________
A constructor that can be invoked with no arguments, is called as _________________
A constructor that can be invoked with no arguments, is called as _________________
The assignment operator can be used to assign an object to another object of the same type, this assignment by default performed by ________________
The assignment operator can be used to assign an object to another object of the same type, this assignment by default performed by ________________
Access functions that is used to test the truth or falsity of conditions, is called _________________
Access functions that is used to test the truth or falsity of conditions, is called _________________
When an object goes out of scope, which function is called automatically?
When an object goes out of scope, which function is called automatically?
Constructors do not have ________________
Constructors do not have ________________
Which operator accesses a structure member via the object's variable name?
Which operator accesses a structure member via the object's variable name?
Which keyword is used for structure definition?
Which keyword is used for structure definition?
If no constructor is defined for a class, the compiler _________________
If no constructor is defined for a class, the compiler _________________
A class data members and member functions belongs to __________________
A class data members and member functions belongs to __________________
Destructors do not receive parameters and do not __________________
Destructors do not receive parameters and do not __________________
Aggregate data types built using data of other types, is called as _________________
Aggregate data types built using data of other types, is called as _________________