Does c++ support multilevel and multiple inheritance?
Answer Posted / raman sharma
yes c++ support multilevel and multiple inheritance
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain virtual inheritance?
What is difference between inheritance and polymorphism?
What is object-oriented programming? Webopedia definition
What are constructors in oop?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What does no cap mean?
What is multilevel inheritance?
Which language is not a true object oriented programming language?
Where is pseudocode used?
What is polymorphism what are the different types of polymorphism?
What is polymorphism and why is it important?
What is oops concept with example?
What is oops in simple words?
How do you explain polymorphism?
What are oops methods?