News

An example of how class inheritance works in C#. We have a base class called 'Animal' which contains methods Walk() and Poo() and ActHappy(). This will allow any animal that inherits the Animal class ...