OOP'S advantages of inheritance include:

Answer Posted / karthiga

1)provide a conceptual framework
2)avoid rewriting code
3)facilitating class libraries
4)all of these

Is This Answer Correct ?    144 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is destructor oops?

613


write a program to find 2 power of a 5digit number with out using big int and exponent ?

1888


What is stream in oop?

835


What is the real time example of encapsulation?

588


What is abstraction oop?

617






Can main method override?

580


Whats is abstraction in oops?

585


What is polymorphism in oops?

554


What are functions in oop?

580


Explain virtual inheritance?

680


What is the purpose of enum?

577


What language is oop?

590


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.

622


Can destructor be overloaded?

591


Why is there no multiple inheritance?

562