download Mastguru Android App

Question Detail

Inheritance is transitive in nature.

  • True
  • False
Similar Questions :

1. What is default visibility mode for members of classes in C++ ?

  • Private
  • Public
  • Protected
  • Depends

2. Which operators can not be overloaded ?

  • Binary operator
  • Ternary operator
  • Unary operator
  • All can be overloaded

3. Which of the following cannot be passed to a function ?

  • Array
  • Reference variable
  • Object
  • File

4. Classes that can be used to instantiate objects are called concrete classes.

  • True
  • False

5. Enumerator will allocate the memory when its variables are defined.

  • True
  • False
Read more from - C++ Programming Questions Answers - Set 2
Post a comment