What is the difference between pass by reference and pass by
value?
Answer Posted / sravanthi
pass by reference is nothing but a value is called by using
its reference value i.e., its address value where as pass by
value is that which is called by its value initialized.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Why we use classes in oop?
What is the difference between encapsulation and polymorphism?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
Why do we need polymorphism in c#?
What are oops methods?
What is overriding vs overloading?
Can we define a class within the interface?
What is the significance of classes in oop?
Why do we use polymorphism?
What is multilevel inheritance explain with example?
What is polymorphism programming?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
How oops is better than procedural?
Can you inherit a private class?
What is encapsulation in simple terms?