What is the difference between pass by reference and pass by
value?
Answer Posted / simran
the argument passed by refrence must be a veriable.but in
passed by value may be a constant, averiable.
| Is This Answer Correct ? | 6 Yes | 10 No |
Post New Answer View All Answers
What is polymorphism and why is it important?
Why is polymorphism important in oop?
write knight tour problem which is present in datastructure
What is polymorphism explain?
What is the problem with multiple inheritance?
What is difference between oop and pop?
what is graphics
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What are the important components of cohesion?
What is class and object in oops?
Explain virtual inheritance?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
How Do you Code Composition and Aggregation in C++ ?
What is abstraction in oop with example?
Why is encapsulation used?