Answer Posted / muthu_tek
emp e;//default constr
emp e(10);//paramatrisized constr
emp e(e1);//copy constr
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Which language is pure oop?
How to call a non virtual function in the derived class by using base class pointer
What is difference between abstraction and encapsulation?
What is the point of oop?
What polymorphism means?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is class and example?
When not to use object oriented programming?
c++ program to swap the objects of two different classes
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is difference between polymorphism and inheritance?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Why is destructor used?
What is stream in oop?