Search:

Type: Posts; User: jean28

Search: Search took 0.09 seconds.

  1. Thread: Interface Help

    by jean28
    Replies
    2
    Views
    1,031

    Re: Interface Help

    This is the specific method:


    public void add(Object x)
    {
    sum = sum + measurer.measure(x); // DONT UNDERSTAND THE measure(x) PART
    if(count == 0 || measurer.measure(maximum) <...
  2. Thread: Interface Help

    by jean28
    Replies
    2
    Views
    1,031

    Interface Help

    Hey guys. I'm starting to study Interfaces and I am sort of getting the hang of it. However, I am studying a code I got from my book and there is a specific part that I don't understand well. I put a...
Results 1 to 2 of 2