Why do we need oop?
No Answer is Posted For this Question
Be the First to Post Answer
me get an assignent n its question is this 1.creat a set as in math i.ea={1,2} 2.insert element in it3. delete element don,t repeat any element 4.union 5. intersection of two sets plz help me i always pray for u n send me at ayeshawzd@hotmail.com f u have c++ how to program 5th addition then it is the 10.9 question in 10th chapter exercise
Can abstract class have normal methods?
Why do we use polymorphism?
c++ is a pure object oriented programming or not?
what is the difference between inter class and abstract class...?
What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++
What is object in oops?
In which cases you use override and new base?
What is encapsulation selenium?
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
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 there no multiple inheritance?