What is the difference between pass by reference and pass by
value?
Answer Posted / p suresh kumar
passing an object by value is defined by the copy
constructor of that object's class. This can make pass-by-
value an extremely expensive operation.
| Is This Answer Correct ? | 11 Yes | 18 No |
Post New Answer View All Answers
Why do we use polymorphism in oops?
What is meant by multiple inheritance?
What is class encapsulation?
Why do pointers exist?
What is destructor example?
What is the important feature of inheritance?
What is balance factor?
What is polymorphism what are the different types of polymorphism?
What is encapsulation with real life example?
What are the data types in oop?
What is polymorphism oop?
Why is static class not inherited?
What is oops with example?
to find out the minimum of two integer number of two different classes using friend function
What is for loop and its syntax?