Does c++ support multilevel and multiple inheritance?
Answer Posted / priya
Yes c++ supports both multilevel and multiple inheritance
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can static class have constructor?
What is oops and its features?
what are the different types of qualifier in java?
What is the important feature of inheritance?
What do you mean by abstraction?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What are the 4 main oop principles?
What is class and object in oops?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
Can you inherit a private class?
What are the three main types of variables?
Can we define a class within the interface?
Where is pseudocode used?
What is the point of polymorphism?
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.