What is multiple inheritance?

Answer Posted / a h khan

if a class is derived from more than one base class then
inheritance is known as multiple inheritance.

the syntax of multiple inheritance is :-

class D : derivations B1, derivation B2,..........
{
member of class D
}

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are classes oop?

594


Can a destructor be called directly?

595


• What are the desirable attributes for memory managment?

1723


What does and I oop and sksksk mean?

647


What is encapsulation in simple terms?

535






Why do we use oops?

587


what is the sylabus for priliminaries?

1677


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1403


Why interface is used?

547


What type of loop is a for loop?

682


Where is pseudocode used?

561


Is react oop?

607


what is the 3 types of system development life cycle

2429


What is destructor oops?

614


What are objects in oop?

604