What is the difference between pass by reference and pass by
value?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What is multilevel inheritance in oop?
Which language is pure oop?
create a c++ program that will accepts 9 inputs using 3 by 3 array.
What is object in oop?
What is abstract class in oops?
What are two types of polymorphism?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
difference between static and non-static variables?
What is Dynamic Polymorphism?
What is abstraction in oops?
Program to print 0 to 9 in cross order
What are different oops concepts?