⟩ Assigning one or more function body to same name is called_______________. a. Function Overriding b. Function Overloading c. Both a and b d. None
b. Function Overloading
b. Function Overloading
A friend function that is a "friend" of a given class is allowed access to ______data in that class. a) public, private, or protected b) public or private c) public d) protected
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