⟩ Default values for function are specified when____. a. function is defined b. function is declared c. Both a and b d. None of these
b. function is declared
b. function is declared
Object can be used as a function argument by.. a) Pass by value b) Pass by reference c) None of above d) All of above
In the following statements, class ABC; class ABC { }; a) It is called as forward declaration b) It is called as backward declaration c) It is called as middle declaration d) It is called as simple declaration
All member function of one class can be declared as friend function of another class, is called as a) friend class b) neighbor class c) sister class d) inherited class
Inheriting a derived class from a base class needs vital changes to the base class? a) true b) false
Member function of one class can be friend function of another class a) true b) false
We can throw exception in catch block a) True b) false
in C++, an object can be returned as argument a) false b) true
You can use C++ as a procedural, as well as an object-oriented language? a) true b) false
Inventor of C++ language is a) John Dell b) Bjarne Stroustrup c) Thomusn Steve d) Karl Thomus
Can you please explain function overloading?