Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: Small problem regarding inheritance of classes

    I'm confused about why you needed a new print method. Wouldn't overriding putEmp() have done the trick?
  2. [SOLVED] Re: Small problem regarding inheritance of classes

    First hit for googling "java overriding": Overriding and Hiding Methods (The Java™ Tutorials > Learning the Java Language > Interfaces and Inheritance)
  3. [SOLVED] Re: Small problem regarding inheritance of classes

    I believe what you want to do is override the putEmp() method.
  4. [SOLVED] Re: Small problem regarding inheritance of classes

    You seem to expect putTrade() to be called. But where do you call that?
Results 1 to 4 of 4