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 is protected in oop?
Where You Can Use Interface in your Project
How do you define a class in oop?
What is use of overloading?
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 is oops and why we use oops?
What is inheritance write a program to show use of inheritance?
What is a class oop?
Why is oop useful?
what type of questions
Can private class be inherited?
What is the real time example of inheritance?
Why do we use class in oops?
What are two types of polymorphism?
What is difference between oop and pop?