Answer Posted / rupinder kaur
According to me,appilication of oop is where we use oop in
our real life to solve our mathematical or logical problems
by designing software.
for example,like we can design software to control the
function of robot or we can implement any mathematical
theorom easily by using oops.because it provides many
features over structured programming.
| Is This Answer Correct ? | 83 Yes | 32 No |
Post New Answer View All 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.
Get me an image implementation program.
What are the data types in oop?
What is abstraction in oops with example?
Why is static class not inherited?
What is overriding vs overloading?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is polymorphism explain its types?
Can bst contain duplicates?
What does it mean when someone says I oop?
What is abstraction in oops?
What are the 4 main oop principles?
How does polymorphism work?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What are oops methods?