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