On Mar 1, 7:46 am, "Jon Carlson" <[email protected]> wrote:
> Hi all,
>
> Does anyone know what the instructor means by the following in the homework?
>
> .         Write an interface called MyOwnInterface, which has the following
> method
>
> o    AddressInterface getAddress();
A method consists of a name here getAddress, a return type, here
AddressInterface, and some parameters inside parenthesis,here none.
That is why the requirements is to write a method:
AddressInterface getAddress()

Hope it helps to understand.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to