download Mastguru Android App

Question Detail

The process of deriving a class from another derived class is known as ?

  • single inheritance
  • dual inheritance
  • multiple inheritance
  • multilevel inheritance
Similar Questions :

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

  • derived class
  • base class
  • sub class
  • basic class

2. The default visibility mode while inheriting is ?

  • public
  • protected
  • private
  • may be any of above

3. Size of a char is ?

  • 1
  • 2
  • 3
  • 4

4. Inheritance is transitive in nature.

  • True
  • False

5. Which of following valid option will not return a value in c++ ?

  • free
  • void
  • empty
  • null
Read more from - C++ Programming Questions Answers - Set 2
Post a comment