Does c++ support multilevel and multiple inheritance?
Answer Posted / bhagavathi chouhan
yes c++ supports these inheritance's
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Why is abstraction needed?
What is difference between data abstraction and encapsulation?
How do you explain polymorphism?
What are the important components of cohesion?
What is the types of inheritance?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Whats oop mean?
Can main method override?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is polymorphism and types?
What language is oop?
What is new keyword in oops?
How Do you Code Composition and Aggregation in C++ ?
What is abstraction example?
can inline function declare in private part of class?