why the argument is passed by reference to a copy
constructor?example?
Answer Posted / ashponni
Compliler runs out of memory,by creating copies of object
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How do you use inheritance in unity?
How long to learn object oriented programming?
What is polymorphism used for?
What is abstract class 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 encapsulation process?
What does it mean when someone says I oop?
How to hide the base class functionality in Inheritance?
What is cohesion in oop?
Why is oop useful?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Prepare me a program for the animation of train
Why is polymorphism used?
What are the 3 pillars of oop?
What is debug class?what is trace class? What differences are between them? With examples.