Answer Posted / mahi
string is a class and datatype
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are objects in oop?
what is difference between class template and template class?
Advantage and disadvantage of routing in telecom sector
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 are the realtime excercises in C++?
What is the difference between inheritance and polymorphism?
Why is destructor used?
Is react oop?
Can private class be inherited?
any one please tell me the purpose of operator overloading
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
How do you explain polymorphism?
What does no cap mean?
Where You Can Use Interface in your Project
What causes polymorphism?