Does c++ support multilevel and multiple inheritance?
Answers were Sorted based on User's Feedback
Answer / devarathnam
Yes ,c++ supports multilevel and multiple inheritance
| Is This Answer Correct ? | 26 Yes | 5 No |
Answer / praneet sahay
Yes, Cpp upports multilevel and multiple inheritance.
regards,
Praneet sahay
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / bhagavathi chouhan
yes c++ supports these inheritance's
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / raman sharma
yes c++ support multilevel and multiple inheritance
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / priya
Yes c++ supports both multilevel and multiple inheritance
| Is This Answer Correct ? | 4 Yes | 1 No |
Advantage and disadvantage of routing in telecom sector
What is difference between multiple inheritance and multilevel inheritance?
What is the benefit of oop?
what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.
DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING.
What are the data types in oop?
Are polymorphisms mutations?
What do you mean by public, private, protected and friendly?
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
What do you mean by binding of data and functions?
write a c++ code of diagonal matrix.
what is the difference between ERROR and EXCEPTION?