Answer Posted / t naresh
1)Applications of the oops are begin to a importance in many ares.The most popular applications upto now has been in the area of user interface design such as windows
2)Some following applications of the oops are:
Real time system
simulation and modulation
Object oriemted database
Export system
Dession suport and office automation system
CIM/CAD/CAD system
| Is This Answer Correct ? | 11 Yes | 4 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.
Why do while loop is used?
What does and I oop mean in text?
How does polymorphism work?
What is abstraction in oop with example?
what type of questions
What is the highest level of cohesion?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is encapsulation process?
Can enum be null?
How to call a non virtual function in the derived class by using base class pointer
What is class and example?
Explain the concepts involved in Object Oriented programming.
Why do we use oop?
What is polymorphism and its types?