Write a program to sort the number with different sorts in
one program ??
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between class to class type conversion and copy constructor ?
What are the 5 oop principles?
What is inheritance in simple words?
What is difference between inheritance and polymorphism?
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
what is virtual function?
26 Answers Aspire, HP, Infosys, RoboSoft, TCS,
What is polymorphism used for?
What is this pointer in oop?
who is the father of OPPS
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 is destructor used?
What language is oop?