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 do you mean by overloading?
Get me an image implementation program.
What is inheritance in simple words?
Whats is abstraction in oops?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Can a destructor be called directly?
What is the difference between a mixin and inheritance?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is multilevel inheritance explain with example?
• What are the desirable attributes for memory managment?
What is byval and byref? What are differences between them?
Why interface is used?
What are the two different types 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 are the realtime excercises in C++?