Answer Posted / priya
class is a collecetion of data members and member
functions .it is also a user defined data type...
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
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 interface? When and where is it used?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is an interface in oop?
How do you explain polymorphism?
What is polymorphism what is it for and how is it used?
What is oops concept with example?
What is abstraction and encapsulation?
What are constructors in oop?
What is use of overloading?
What is difference between multiple inheritance and multilevel inheritance?
Get me a number puzzle game-program
can we make game by using c
What is polymorphism and types?
Can we define a class within the interface?