Constructors do not have ________________
Constructors do not have ________________
A class data members and member functions belongs to __________________
A class data members and member functions belongs to __________________
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 ?
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 _________________
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 ___________________
When an object goes out of scope, which function is called automatically?
When an object goes out of scope, which function is called automatically?
Member functions defined in a class definition are automatically _______________
Member functions defined in a class definition are automatically _______________
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 ________________
Which operator accesses a structure member via the object's variable name?
Which operator accesses a structure member via the object's variable name?
Destructors do not receive parameters and do not __________________
Destructors do not receive parameters and do not __________________
How many constructors can present in a class?
How many constructors can present in a class?
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 ________________
If no constructor is defined for a class, the compiler _________________
If no constructor is defined for a class, the compiler _________________
A constructor that can be invoked with no arguments, is called as _________________
A constructor that can be invoked with no arguments, is called as _________________
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 keyword is used for structure definition?
Which keyword is used for structure definition?
Aggregate data types built using data of other types, is called as _________________
Aggregate data types built using data of other types, is called as _________________
How many types of inheritance are there in c++?
How many types of inheritance are there in c++?
A destructor for a class is denoted by ______________
A destructor for a class is denoted by ______________