IAnimal Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released.
This is basic interface of all animal.
public interface IAnimal
- Derived
Properties
Item[Int32] |
Return specific number animal's name. |
Name |
Name of Animal. |
Methods
Eat() |
Animal's eat method. |
Eat(String) |
Feed the animal with some food |
Eat<Tool>(Tool) |
Overload method of eat. This define the animal eat by which tool. |