public class StaticAndInstanceMethodWithSameName
extends java.lang.Object
| Constructor and Description |
|---|
StaticAndInstanceMethodWithSameName() |
| Modifier and Type | Method and Description |
|---|---|
static void |
overloaded(ChildA child) |
void |
overloaded(Parent parent) |