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
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is difference between inheritance and polymorphism?
What is new keyword in oops?
How do you use inheritance in unity?
what is the sylabus for priliminaries?
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?
What is polymorphism in oop example?
What is class and object in oops?
write string class as your own class in java without using any built-in function
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Why is polymorphism important in oop?
What are the benefits of polymorphism?
What is a null tree?
What are two types of polymorphism?
explain sub-type and sub class? atleast u have differ it into 4 points?