What do you mean by inheritance in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Are vectors faster than arrays?
How can we access protected and private members of a class?
Is c++ an oop?
What is the v-ptr?
What is the cout in c++?
Who calls main function?
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
What is the stack?
What is a forward referencing and when should it be used?
Explain the virtual inheritance in c++.
What are arithmetic operators?
What is the difference between an array and a list?