Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,813

    Re: Overriding Methods

    What? How much more detail do you need? What didn't you understand? Did you write a similar program yourself to try it out?
  2. Replies
    5
    Views
    1,813

    Re: Overriding Methods

    You have a class A that contains someMethod() which throws a NullPointerException. So any code calling that method knows it must catch the NPE. You then have a class B that extends A and overrides...
Results 1 to 2 of 2