Question Detail

Inheritance is transitive in nature.

  • True
  • False
Similar Questions :

1. Constructors has return type void ?

  • True
  • False

2. What is object in C++ ?

  • Object is part of syntax of a class.
  • Object is datatype of a class.
  • Object is an instance of a class.
  • Object is function of a class.

3. Only one copy of the class is inherited, when it is defined as ?

  • virtual
  • public
  • static
  • private

4. Stacks are based on ?

  • FIFO
  • LIFO
  • FILO
  • All of above

5. A class having no public constructors is

  • A public protected class
  • A public class
  • A protected class
  • A private class
Read more from - C++ Programming Questions Answers - Set 2