Out of 4 concepts, which 3 C++ Follow?
Answer / gopesh
c++ do not follow persistence from 4 oops concept that is encapsulation,polymorphism,data abstraction,persistence
| Is This Answer Correct ? | 17 Yes | 7 No |
What is meant by oops concept?
monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?
Can anyone please explain runtime polymorphism with a real time example??at what ciscumstances we go for it??
How would you stop a class from class from being derived or inherited.
What is class and example?
Which is not an object oriented programming language?
write a c++ program to find maximum of two numbers using inline functions.
What is a friend function & its advantage?
Why is polymorphism used?
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 are the 3 pillars of oop?
What is class in oop with example?