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
Why do we use class?
hi all..i want to know oops concepts clearly can any1 explain??
What is stream in oop?
What is the point of oop?
What is destructor give 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 is a class oop?
What is encapsulation process?
Why do pointers exist?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Why it is called runtime polymorphism?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What do you mean by Encapsulation?
What is abstraction in oops with example?