A class is a blueprint or prototype from which objects are created.
An interface is a contract between a class and the outside world. When a class implements an interface, it promises to provide the behavior published by that interface.
- Instance variablev(Non-Static Fields) :
- Class variable(Static Fields) :
- Local variable :
- Parameters :