Answer Posted / anjana
FUNCTION OVER LOADING:
*two or more function having same name they are said to be function over loading
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the advantage of oop over procedural language?
Is abstract thinking intelligence?
What is difference between abstraction and encapsulation?
Explain the concepts involved in Object Oriented programming.
Is data hiding and abstraction same?
Why is static class not inherited?
What is the benefit of oop?
When not to use object oriented programming?
program for insertion ,deletion,sorting in double link list
What is difference between oop and pop?
Are polymorphisms mutations?
What is difference between multiple inheritance and multilevel inheritance?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
what is different between oops and c++
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.