What do you mean by inheritance in c++? Explain its types.
No Answer is Posted For this Question
Be the First to Post Answer
What is the basic of c++?
Write a program which employs Recursion
Why is c++ considered difficult?
How to create a pure virtual function?
What is iostream in c++ used for?
When does a name clash occur in c++?
What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;
What is guard code in c++?
Distinguish between a # include and #define.
What is the use of the this pointer?
Define token in c++.
What are the manipulators in c++?