What does it mean when someone says I oop?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different forms of polymorphism??
Difference between realloc() and free?
monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?
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 we use polymorphism?
What is difference between polymorphism and inheritance?
What Is a Polymorphism? How many types of polymorphism and whats that use in application?
Write a program to demonstrate the use of 'Composition' in C++
What is polymorphism used for?
i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.
Which is the only operator in C++ which can be overloaded but NOT inherited?
How to create a comment page in C #??