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
Can we create object of interface?
What is class in oop with example?
What is destructor give example?
What is solid in oops?
What is the use of oops?
What is encapsulation in oops?
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 oop?
Are polymorphisms mutations?
What are properties in oop?
What is stream in oop?
Which language is pure oop?
What is oops and its features?
How does polymorphism work?
Which is not an object oriented programming language?