Inheritance
摘要
A major staple of object-oriented programming is the concept of inheritance. Inheritance is when types of data (such as classes) adopt fields – such as variables and methods – from another data type.