Why do we use polymorphism in oops?
No Answer is Posted For this Question
Be the First to Post Answer
How to reverse a sentence in c program ex: ram is a good boy answer: boy good a is ram
what is the difference between ERROR and EXCEPTION?
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 inheritance in simple words?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Can an interface inherit a class?
What does and I oop and sksksk mean?
diff between Abstract class Interfaces?
What does enum stand for?
Why do we use inheritance?
what is difference between String s=new String("vali"); String s="vali"
Is data hiding and abstraction same?