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