Question Detail What is polymorphism Ability to take more than one formAbility to destroy destructorAbility to create constructorNone of above Answer: Option A Similar Questions : 1. Which of the following functions below can be used Allocate space for array in memory calloc()malloc()realloc()All of above Answer: Option A 2. Which among following has invalid syntax ? #include #include file#include "file"None of above Answer: Option B 3. Which operator is used to define a member of a class from outside the class definition ->::.>> Answer: Option B 4. Which operator is used for comparing two variables :===:== Answer: Option D 5. Inline functions are invoked at Run timeCompile timeDebug timeNone of above Answer: Option B Read more from - C++ Programming Questions Answers - Chapter 1