What is the difference between pass by reference and pass by
value?
Answer Posted / ganesh
in pass by referce function can access original memory
location of variable so can access value while in case of
pass by value fuction can copy the value of variable to the
prototype of its kind of variable so calling funcion can
access the prototype variable but not the direct original
variable.
| Is This Answer Correct ? | 16 Yes | 9 No |
Post New Answer View All Answers
What does it mean when someone says I oop?
How to improve object oriented design skills?
Explain the advantages of inheritance.
Why do we use oop?
What is solid in oops?
what is different between oops and c++
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 destructor give example?
What does and I oop mean in text?
What is meant by oops concept?
Explain the concepts involved in Object Oriented programming.
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What does enum stand for?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is polymorphism oop?