C# 7 and .NET Core Cookbook
上QQ阅读APP看书,第一时间看更新

Getting ready

Creating an interface is very similar to creating an abstract class. The difference is that the interface is describing what the class can do, in the case of the Cheetah class, by implementing IPurrable.