Answer Posted / sandeep
Number of entities,called objects are the instances of the
class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is debug class?what is trace class? What differences are between them? With examples.
What are the benefits of polymorphism?
what type of question are asked in thoughtworks pair programming round ?
Why is oop better than procedural?
write a program to find 2^n+1 ?
What is polymorphism used for?
What is abstraction and encapsulation?
What is use of overloading?
What is polymorphism and 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 overriding in oop?
can we make game by using c
2. Give the different notations for the class.\
What is abstract class in oop?
Can we create object of abstract class?