Iit speeds up execution.
It slows down execution.
Run time error
None of the above
Method Overloading
Method Invocating
Method Overriding
Method Labeling
A constructor is called at the time of declaration of an object.
A constructor is called at the time of use of an object.
A constructor is called at the time of declaration of a class.
A constructor is called at the time of use of a class.
Static function
Friend function
Const function
Virtual function
Inline function
Constant function
Very long functions that can hardly run
One function containing another one or more functions inside it.
Two or more functions with the same name but different number of parameters or type.
None of the mentioned
Void
Inline
Friend
All of these
Compile time
Run time
Both Aand B
None of these
Class
Inheritance
Polymorphism
Aggregation
0
1
2
Copy constructor
Friend constructor
Default constructor
Destructor
Member Variable
Member function
Class function
Classic function
Encapsulation
Abstraction
Data hiding
Data binding
All can be overloaded
Same function name but different number of arguments
Different function\n name but same \nnumber of arguments
Same function name but same number of arguments
Different function name but different number of arguments