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
Can we create object of abstract class?
What is the point of polymorphism?
What is the main purpose of inheritance law?
What is overloading and its types?
What is object in oop with example?
How long to learn object oriented programming?
can inline function declare in private part of class?
What is the difference between a constructor and a destructor?
What is the oops and benefits of oops programming?
What is new keyword in oops?
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?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What do you mean by variable?
How to use CMutex, CSemaphore in VC++ MFC
What are the three parts of a simple empty class?