What are the advantages of inheritance?
Answer Posted / parna mazumdar
1.Reusability
2.Extendibility
3.Maintainability
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which is better struts or spring?
any one please tell me the purpose of operator overloading
What is basic concept of oop?
What is the real time example of inheritance?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is interface in oop?
Write a program to reverse a string using recursive function?
explain sub-type and sub class? atleast u have differ it into 4 points?
What does no cap mean?
Why is object oriented programming so hard?
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.
What is the diamond problem in inheritance?
What is oops concept with example?
What are the benefits of oop?
What is the purpose of polymorphism?