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
What is abstraction with example?
What are the 4 pillars of oop?
Whats oop mean?
Can private class be inherited?
What is abstract class in oops?
What is static modifier?
How Do you Code Composition and Aggregation in C++ ?
What does enum stand for?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is the advantage of oop over procedural language?
What is data binding in oops?
Why is polymorphism used?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Is data hiding and abstraction same?
what's the basic's in dot net