Search:

Type: Posts; User: knightknight

Search: Search took 0.16 seconds.

  1. Replies
    5
    Views
    1,426

    [SOLVED] Re: Calling methods from other classes

    You are incredible, how did I miss that!

    thanks!

    code:


    public int shellSize()
    {
    //return the size of the shell from the object big
  2. Replies
    5
    Views
    1,426

    [SOLVED] Re: Calling methods from other classes

    The error message I see is:



    So then I tried


    public int shellSize()
    {
    //return the size of the shell from the object big
  3. Replies
    5
    Views
    1,426

    [SOLVED] Calling methods from other classes

    Hi everyone, this is such a dumb question but I'm doing my best in trying to learn java from a book :P

    I'm having a hard time with abstraction/modularization, more specifically I want to call on a...
Results 1 to 3 of 3