what is the difference between class to class type
conversion and copy constructor ?
Answer Posted / ganesh
this copy constructor is coping already existing object
values of same type
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why is encapsulation used?
What language is oop?
When not to use object oriented programming?
Why do we need oop?
Is abstract thinking intelligence?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
#include
What is encapsulation in oop?
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 the point of oop?
How to call a non virtual function in the derived class by using base class pointer
is there any choice in opting subjects like 4 out of 7
What is the significance of classes in oop?
What is the types of inheritance?
What is constructor in oop?