download Mastguru Android App

Question Detail

When one class inherits from the base class, then the original class is called ?

  • derived class
  • base class
  • sub class
  • basic class
Similar Questions :

1. Constructors has return type void ?

  • True
  • False

2. Which is more memory efficient ?

  • structure
  • union
  • both use same memory
  • depends on a programmer

3. Inheritance is transitive in nature.

  • True
  • False

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

  • True
  • False

5. Destructors are called ?

  • not defined
  • in any order
  • in the reverse order of constructor calls
  • in the same order of constructor calls
Read more from - C++ Programming Questions Answers - Set 2
Post a comment