Object Oriented Interview Question Part 1- Benefits Of Inheritance
Following are the benefits of the inheritance… Through inheritance we can eliminate the redundant code and extend the user of the existing classes. We can build program from the standard working modules that can communicate with the one another rather then having start writing code from beginning. It is possible to have multiple instances of