Re: Own implementation of an interface



gabriel <petroleum@xxxxxxxxx> wrote:
My question is, how would i go about creating my own instance of this interface so that the API utilises my methods instead of the blank, skeleton ones already provided?

Mark Rafn wrote:
You probably want public myClass implements APIInterfaceName.

"public MyClass ..."

Class names should start with an upper-case letter.

- Lew
.