InterviewSolution
Saved Bookmarks
| 1. |
Is there any limitation of using Inheritance? |
|
Answer» Yes, since inheritance inherits everything from the super class and interface, it may make the subclass too clustering and sometimes error-prone when dynamic overriding or dynamic overloading in some situation. |
|