Answer Posted / praveen
1. Encapsulation: Binding of Code and data together in a
single entity
2. Polymorphism: One name many properties (funtion
Overloading)
3. Inheritance:Acquiring properties of one object to another
| Is This Answer Correct ? | 233 Yes | 46 No |
Post New Answer View All Answers
What is oops concept with example?
What is destructor in oop?
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 in oops?
What is meant by multiple inheritance?
Why is destructor used?
What is polymorphism in oop example?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is coupling in oop?
What are the three parts of a simple empty class?
What is difference between multiple inheritance and multilevel inheritance?
officer say me - i am offered to a smoking , then what can you say
What is an example of genetic polymorphism?
how to get the oracle certification? send me the answer
What is variable example?