What are the OOPS concepts?
Answer Posted / komichi
The basic OOP concepts are:
1. Data abstraction
2. Data encapsulation
3. Inheritance
4. Polymorphism
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
c++ program to swap the objects of two different classes
How to call a non virtual function in the derived class by using base class pointer
What is inheritance write a program to show use of inheritance?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is destructor give example?
What is pointer in oop?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
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 class encapsulation?
What are the three parts of a simple empty class?
Can we create object of abstract class?
What is ambiguity in inheritance?
How do you use inheritance in unity?
What is inheritance in oop?