Answer Posted / laxman
class is a collection of object.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Why is object oriented programming so hard?
What do you mean by overloading?
What is abstraction encapsulation?
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 are the features of oop?
What is purpose of inheritance?
which feature are not hold visual basic of oop?
What is difference between abstraction and encapsulation?
What exactly is polymorphism?
What are the benefits of interface?
What are objects in oop?
What is object in oops?
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.
Can destructor be overloaded?
what are the different types of qualifier in java?