Answer Posted / tejapotnuru
class is designing of a house
constructed house is called object
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What polymorphism means?
What is balance factor?
What is the problem with multiple inheritance?
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.
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
How do you define social class?
What does and I oop mean in text?
Can a destructor be called directly?
What are the advantages of polymorphism?
What is the real time example of inheritance?
How do you achieve runtime polymorphism?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is inheritance and how many types of inheritance?
What is encapsulation oop?
What is the benefit of oop?