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 a destructor be called directly?
What is polymorphism programming?
What is encapsulation and abstraction? How are they implemented in C++?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is encapsulation in simple terms?
hi all..i want to know oops concepts clearly can any1 explain??
What is the real life example of polymorphism?
write string class as your own class in java without using any built-in function
What is cohesion in oop?
Why do we use oop?
What is multilevel inheritance?
What are the two different types of polymorphism?
What makes a language oop?
Can an interface inherit a class?
What is destructor oops?