Question Detail Which of the following cannot be inherited from the base class ConstructorFriendBoth A and B cannot be inheritedBoth A and B can be inherited Answer: Option C Similar Questions : 1. Difference between static and dynamic memory allocation is In static memory allocation memory to be allocated in preknownIn dynamic memory allocation memory to be allocated in preknownThere is no differneceNot exact difference is mentioned Answer: Option A 2. Dereference operator is also called as pointerReference operatorOffset operatorDeoffset operator Answer: Option C 3. Default constructor has how many arguments 1230 Answer: Option D 4. Which operator is used to define a member of a class from outside the class definition ->::.>> Answer: Option B 5. All members of class have which access to its members privatepublicprotecteddepends Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1