What is the difference between pass by reference and pass by
value?
Answer Posted / anandan
in pass by referance the parameters are passed as the
address of the variables whereas in pass by value the
variables are directly passed as parameters
Is This Answer Correct ? | 99 Yes | 17 No |
Post New Answer View All Answers
What are the advantages of polymorphism?
How do you define a class in oop?
What is advantage of inheritance?
What is a class in oop?
Are polymorphisms mutations?
What is polymorphism what are the different types of polymorphism?
Prepare me a program for the animation of train
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What are the features of oop?
What is polymorphism and its types?
Write a program to reverse a string using recursive function?
Why is encapsulation used?
What are the three main types of variables?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What are properties in oop?