Out of 4 concepts, which 3 C++ Follow?



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

Post New Answer

More OOPS Interview Questions

What is meant by oops concept?

1 Answers  


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?

13 Answers   IonIdea,


Can anyone please explain runtime polymorphism with a real time example??at what ciscumstances we go for it??

1 Answers  


How would you stop a class from class from being derived or inherited.

18 Answers   Ness Technologies,


What is class and example?

1 Answers  


Which is not an object oriented programming language?

1 Answers  


write a c++ program to find maximum of two numbers using inline functions.

3 Answers   IBM,


What is a friend function & its advantage?

1 Answers   MIT,


Why is polymorphism used?

1 Answers  


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.

1 Answers  


What are the 3 pillars of oop?

1 Answers  


What is class in oop with example?

1 Answers  


Categories