Package | Description |
---|---|
samples.classhierarchy | |
samples.overloading |
Modifier and Type | Class and Description |
---|---|
class |
ChildA |
class |
ChildB |
Modifier and Type | Method and Description |
---|---|
void |
StaticAndInstanceMethodWithSameName.overloaded(Parent parent) |
static void |
OverloadedMethodsExample.overloadedMethodWithOneArgument(Parent parent) |
static void |
OverloadedMethodsExample.overloadedMethodWithTwoArguments(Parent parent,
ChildA child) |
static void |
OverloadedMethodsExample.overloadedMethodWithTwoArguments(Parent parent1,
Parent parent2) |