We finished the last lesson inheritance,That this lesson we will continue in-depth,What to look at inheritance tree is big move。
You and I could talk about this polymorphic pronunciation,Your first thought should be a high school biology talked of "polypeptide";Ok,The only possibility is to pronounce the same between the two。
Inherited significance
We say that to achieve the extraordinary significance of inherited,It greatly reduces the number of redundant lines in our code,Reducing the difficulty of maintaining the code ......
In fact,I did not mention the inherited another sense - Contract。
A lesson we did a Demo,On behalf of the subclass inherits the parent class to get[……]