Answer Posted / ramu.m
In OOPS, a class is the defination of an object.The class
can contain both the charactertics and function of the
object.Simply we say it contains member variables and
member function.It is a well defined object
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is oops with example?
What is data binding in oops?
What is a function in oop?
What is polymorphism explain its types?
Can abstract class have normal methods?
How oops is better than procedural?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Why is object oriented programming so hard?
What is encapsulation example?
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 balance factor?
Why oops is important?
any one please tell me the purpose of operator overloading
Why do we use inheritance?
What is protected in oop?