OOP'S advantages of inheritance include:



OOP'S advantages of inheritance include:..

Answer / 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

More OOPS Interview Questions

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.

0 Answers  


What is public, protected, private?

6 Answers   IBS, Satyam,


what is SPL in c++.

1 Answers  


In which Scenario you will go for Interface or Abstract Class?

1 Answers   InfoAxon Technologies,


What makes a language oop?

0 Answers  






char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output

9 Answers   Persistent,


What is the advantage of oop over procedural language?

0 Answers  


How to calculate the age from the date of birth by using the program?

2 Answers   Accenture,


what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.

2 Answers   Excel,


What is virtual Function.

1 Answers   Wipro,


to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123

2 Answers  


What is the differances between a abstract calss and interface

5 Answers   Aviva, Symphony,


Categories