Answer Posted / piyussss....
monika malik
| Is This Answer Correct ? | 9 Yes | 95 No |
Post New Answer View All Answers
What is overriding in oops?
What is polymorphism what are the different types of polymorphism?
What is stream in oop?
What is encapsulation in oops?
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.
write string class as your own class in java without using any built-in function
What is polymorphism what is it for and how is it used?
write a programe to calculate the simple intrest and compund intrest using by function overlading
How do you achieve polymorphism?
What is encapsulation process?
What are the features of oop?
What do you mean by abstraction?
What is object in oop?
Why do we use inheritance?
Can private class be inherited?