How do we implement inheritance in c++?
No Answer is Posted For this Question
Be the First to Post Answer
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
What is a rooted hierarchy?
Explain linked list using c++ with an example?
what is difference between static and non-static variables
What is one dimensional array in c++?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What is a 'pure' virtual function and what's its use?
Is there any difference between int [] a and int a [] in c++?
What is functions syntax in c++?
Is facebook written in c++?
iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?
Why use of template is better than a base class?