Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    2,168

    Re: Calling upon methods

    That's seems backwards. When you want to call a method in a class from another method in another class, you need to have an instance of the class that you can used to call its method. If the code...
  2. Replies
    4
    Views
    2,168

    Re: Calling upon methods

    Take a look at the tutorial:
    Defining Methods (The Java™ Tutorials > Learning the Java Language > Classes and Objects)
Results 1 to 2 of 2