Answer Posted / vandana
class,objects,inheritance,encapsulation,constructor,abstrcti
on,polymorphism.
| Is This Answer Correct ? | 138 Yes | 42 No |
Post New Answer View All Answers
Why do we use polymorphism in oops?
Please send ford technologies placement paper 2 my mail id
what is the drawback of classical methods in oops?
What is object and class in oops?
What is polymorphism programming?
What is encapsulation in oop?
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 destructor give example?
What are benefits of oop?
What polymorphism means?
What is difference between abstraction and encapsulation?
What is oops concept with example?
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 is the difference between encapsulation and polymorphism?
What is class and object with example?