Answer Posted / kaush
1 byte for empty class before assigning the value
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the full form of oops?
Is oop better than procedural?
Which is better struts or spring?
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 do you mean by abstraction?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What type of loop is a for loop?
What is encapsulation with real life example?
What is class encapsulation?
Which method cannot be overridden?
What is multilevel inheritance?
What is the importance of oop?
Why do we use polymorphism?
What is object-oriented programming? Webopedia definition
What is a class and object?