What are the OOPS concepts?
Answer Posted / e.ramya
*objects
*classes
*inheritance
*polymorphism
*dynamic binding
*message communication
*Data abstraction
*Data encapsulaion
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is purpose of inheritance?
What is the important feature of inheritance?
What are the benefits of polymorphism?
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 the renewal class?
Why multiple inheritance is not allowed?
Why is oop useful?
What is oops with example?
What is abstract class in oops?
Why do we use polymorphism?
What is the purpose of enum?
What is overriding in oop?
What is oops?what is its use in software engineering?
is there any choice in opting subjects like 4 out of 7
What is abstraction encapsulation?