download Mastguru Android App

Question Detail

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

  • multiple inheritance
  • multilevel inheritance
  • default inheritance
  • multiplex inheritance
Similar Questions :

1. Size of a char is ?

  • 1
  • 2
  • 3
  • 4

2. int *ptr[5];

  • a pointer of 5 int elements
  • an array of 5 int pointers
  • an array of 5 elements returning an int value
  • none of above

3. What is default scope for a structure ?

  • Private
  • Protected
  • Public
  • None of aobve

4. Enumerators are stored by the compiler in ?

  • string
  • integer
  • float
  • any of above

5. Which operators can not be overloaded ?

  • Binary operator
  • Ternary operator
  • Unary operator
  • All can be overloaded
Read more from - C++ Programming Questions Answers - Set 2
Post a comment