Tuesday, June 17, 2014

inheritance

@Override helps the compiler check your actually overriding

overriding method cna reurn a subtype

can change the code, can call the super code/

Static.

define an identical signature, and you hide the parent static method


No comments:

Post a Comment