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 does <> mean pseudocode?
What is polymorphism and why is it important?
What is balance factor?
When not to use object oriented programming?
#include
What is the diamond problem in inheritance?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Can main method override?
What is property in oops?
Why is polymorphism needed?
What type of loop is a for loop?
What is oops in simple words?
Is react oop?
What does and I oop mean in text?
Explain virtual inheritance?