Abstract
An interface specifies methods that classes using the interface must implement. They are defined with the interface keyword followed by a name and a code block. Their naming convention is to start with a small "i" and then to have each word initially capitalized.
Copyright information
© Mikael Olsson 2013