write a program for function overloading?
Answer Posted / n. sakthi ganesh
8.6 for float
34 for int
| Is This Answer Correct ? | 64 Yes | 23 No |
Post New Answer View All Answers
Can an interface inherit a class?
Why is polymorphism needed?
What does no cap mean?
What is constructor in oop?
What polymorphism means?
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 the point of oop?
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?
Why is oop useful?
What is oops in simple words?
What is for loop and its syntax?
What do you mean by abstraction?
What is abstraction in oop?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Is enum a class?