What are the OOPS concepts?
Post New Answer View All Answers
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 difference between data abstraction and encapsulation?
What is class and object in oops?
What is the types of inheritance?
write string class as your own class in java without using any built-in function
Which type does string inherit from?
• What are the desirable attributes for memory managment?
What is a class in oop?
How to improve object oriented design skills?
What are benefits of oop?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is encapsulation oop?
Please send ford technologies placement paper 2 my mail id
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is solid in oops?