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
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What are oops functions?
What is methods in oop?
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 does I oop mean?
What is the main purpose of inheritance law?
Why multiple inheritance is not possible?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Why is abstraction used?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is polymorphism and types?
What is the difference between a mixin and inheritance?
What is class and object with example?
What is an example of genetic polymorphism?
Why is encapsulation used?