download Mastguru Android App

Question Detail

What is polymorphism

  • Ability to take more than one form
  • Ability to destroy destructor
  • Ability to create constructor
  • None of above
Similar Questions :

1. Which of the following cannot be inherited from the base class

  • Constructor
  • Friend
  • Both A and B cannot be inherited
  • Both A and B can be inherited

2. Meaning of STL

  • Standard Tree Library
  • Standard Term Library
  • Standard Template Library
  • None of above

3. How we mark the end of c++ statement

  • ;
  • :
  • >>
  • <<

4. Which operator is used for comparing two variables

  • :=
  • =
  • =:
  • ==

5. Which is not C++ storage class

  • auto
  • register
  • static
  • iostream
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment