Answer Posted / arun
Copy Constructor means creation of new object and after that
copy properties of some exiting object to newly created object.
Overloading assignment operator is that copy properties of
some exiting object to another exiting object of same type.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a null tree?
How do you define social class?
can inline function declare in private part of class?
c++ program to swap the objects of two different classes
What is methods in oop?
Can an interface inherit a class?
What is the difference between inheritance and polymorphism?
Why do we need polymorphism in c#?
What is object and class in oops?
What are the two different types of polymorphism?
What is oops concept with example?
What is encapsulation selenium?
Why do we need oop?
How do you achieve runtime polymorphism?
What is the difference between a constructor and a destructor?