What are the OOPS concepts?
Answer Posted / rajeev shishodia
Simple meaning of OOPS is Object Oriented Programming Skill.
Which is programming language work on the following 3
features as known as OOPS based language?
1. Encapsulation / Abstraction
2. Inheritance
3. Polymorphism
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is class and example?
#include
What does and I oop mean in text?
Why is abstraction needed?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
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 super in oop?
What are the important components of cohesion?
What makes a language oop?
What is inheritance in oop?
Where You Can Use Interface in your Project
What is the purpose of polymorphism?
given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy
How do you define social class?
c++ program to swap the objects of two different classes