Answer Posted / g.rajesh kannan from ccet
a class is a set of objects.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is this pointer in oop?
What is encapsulation process?
why reinterpret cast is considered dangerous?
Why do we use oops?
What are properties in oop?
What is a null tree?
class type to basic type conversion
What is the problem with multiple inheritance?
What language is oop?
Why is polymorphism used?
Why is polymorphism needed?
What is inheritance write a program to show use of inheritance?
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.
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
Templates mean