⟩ An exception can be of only built-In type. a. True b. False
b. False
b. False
What is the friend class in C++?
What is the syntax of friend function? a) friend class1 Class2; b) friend class; c) friend class d) None of the mentioned
Pick out the correct statement. a) A friend function may be a member of another class. b) A friend function may not be a member of another class. c) A friend function may or may not be a member of another class. d) None of the mentioned
List the characteristics of friend functions?
Explain the advantages of inheritance?
How to implement inheritance in C++?
What is a base class?
Explain protected inheritance?
Do you know what is Protected Inheritance?
Explain Public Inheritance?