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. An explicitly defined destructor function

  • may be virtual
  • may not be virtual
  • will always be virtual
  • will never be virtual

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

  • free
  • void
  • empty
  • null

3. The antonym of constructor is ?

  • Creator
  • Distinct
  • Destroyer
  • Destructor

4. & operator is ?

  • address operator
  • indirection operator
  • logical and
  • logical or

5. Operator overloading is ?

  • giving new meaning to existing c++ operators
  • making c++ operators work with objects
  • giving c++ operators more than they can handle
  • making new c++ operators
Read more from - C++ Programming Questions Answers - Set 2