Interfaces
Interfaces follows a similar style to classes. An interface declaration looks like the following. Elements in square brackets [] are optional.
[public] interface InterfaceName [extends SuperInterfaces] {
InterfaceBody
}
You are currently reading a PREVIEW of this book.
Get instant access to over
$1 million worth of books and videos.
Start a Free Trial