Question Detail Declaring pointer more than one can cause Trapabort a programerrornone of above Answer: Option A Similar Questions : 1. What is inheritance Inheritance allows one class to reuse the state and behavior of another class.It deals with dangling pointersIt deals with void pointersIt is type of class declaration Answer: Option A 2. Which operator is used for comparing two variables :===:== Answer: Option D 3. What is polymorphism Ability to take more than one formAbility to destroy destructorAbility to create constructorNone of above Answer: Option A 4. Which among following has invalid syntax ? #include #include file#include "file"None of above Answer: Option B 5. 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 Read more from - C++ Programming Questions Answers - Chapter 1