Answer Posted / poornima.r
static means constant
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
hi all..i want to know oops concepts clearly can any1 explain??
What is polymorphism explain its types?
can inline function declare in private part of class?
Why do we use oops?
What is polymorphism give a real life 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.
Why interface is used?
What is the real time example of inheritance?
What are two types of polymorphism?
what is the drawback of classical methods in oops?
What is polymorphism what are the different types of polymorphism?
What do you mean by variable?
What is polymorphism explain?
What are the 4 pillars of oop?
What are properties in oop?