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 makes a language oop?
Why multiple inheritance is not allowed?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What do you mean by Encapsulation?
What is the difference between abstraction and polymorphism?
What is constructor in oop?
What is destructor in oop?
Can static class have constructor?
Whats is abstraction in oops?
What is the purpose of polymorphism?
Explain virtual inheritance?
Why do we use oops?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What do you mean by overloading?
What is stream in oop?