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 abstraction in oops?
What is the main feature of oop?
What is protected in oop?
what is the drawback of classical methods in oops?
The type of variable a pointer points to must be the part of pointer's definition so that:
What is deep and shalow copy?
A file pointer always contains the __________ of the file
what is the diffrence between c# and c++
define oops with class and object
Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?
create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.
2 Answers CTS, Delhi University,
why oops need in programming