Answer Posted / asif khan
the major reason behind of that is OOPS provide the manupulation of data ,hides the data,security,provide reusing the defined the code without rewriting them.....
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is encapsulation c#?
What is overriding in oop?
What is encapsulation with real life example?
What are the features of oop?
What is overloading in oop?
What is destructor give example?
Why it is called runtime polymorphism?
What is object 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 are properties in oop?
officer say me - i am offered to a smoking , then what can you say
What are the types of abstraction?
What is pure oop?
What is debug class?what is trace class? What differences are between them? With examples.
What do you mean by overloading?