Question Detail

Inheritance is transitive in nature.

  • True
  • False
Similar Questions :

1. The objects can directly access ?

  • Public members
  • Private members
  • Both of above
  • None of above

2. When a derived class inherits from many base classes, this process is known as ?

  • multiple inheritance
  • multilevel inheritance
  • default inheritance
  • multiplex inheritance

3. Which variables cannot be declared ?

  • structure
  • pointer
  • class
  • void

4. Data members and member functions are enclosed within ?

  • union
  • structure
  • class
  • array

5. Stacks are based on ?

  • FIFO
  • LIFO
  • FILO
  • All of above
Read more from - C++ Programming Questions Answers - Set 2