What are the OOPS concepts?
Answer Posted / ramalakshmi
Oops Concepts are :
1.Class
2.Object
3.Data Encapsulation
4.Data Abstraction
5.Inheritance
6.Polymorphism
7.Dynamic Binding
8.Message Passing
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is coupling in oops?
What is and I oop mean?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Can private class be inherited?
How many human genes are polymorphic?
Why do we use oops?
Can we have inheritance without polymorphism?
What is the difference between a mixin and inheritance?
Can we create object of abstract class?
What is polymorphism in oops with 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 encapsulation selenium?
What is the renewal class?
What is class and object with example?
What is coupling in oop?