What are the OOPS concepts?
Answer Posted / nehru
Encapsulation
Data Abstraction
Polymorphism
Persistence
Deli cation
Generosity
Extensibility
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What makes a language oop?
what are the different types of qualifier in java?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Is enum a class?
What is abstraction in oop with example?
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
What is abstraction example?
What are objects in oop?
Which type does string inherit from?
What is abstraction in oop?
What is inheritance in simple words?
#include
What is abstraction in oops with example?
Give two or more real cenario of virtual function and vertual object
How is polymorphism achieved?