What is the correct syntax for inheritance
a) class aclass : public superclass
b) class aclass inherit superclass
c) class aclass <-superclass
No Answer is Posted For this Question
Be the First to Post Answer
Explain the concept of inheritance in C++.
What is type of 'this' pointer? Explain when it is get created?
Why do we use classes in programming?
How can virtual functions in c++ be implemented?
Write about the members that a derived class can add?
Why c++ is so important?
What is the disadvantage of using a macro?
Generally variables are stored in heap memory. When he variables are created in stack?
What is protected inheritance?
What are virtual functions in c++?
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
What is using namespace std in c++?