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 |
What is persistence in oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is this pointer in oop?
write a program to find 2^n+1 ?
i^=j; j^=i; i^=j; value of i,j
What does the keyword "static" mean?
In multilevel inheritance constructors will be executed from the .... class to ... class
What is multilevel inheritance?
explain the concepts of oops?
What is and I oop mean?
what is costructor?
How Do you Code Composition and Aggregation in C++ ?