Uses of Class
samples.classhierarchy.Parent
-
Packages that use Parent Package Description samples.classhierarchy samples.overloading -
-
Uses of Parent in samples.classhierarchy
Subclasses of Parent in samples.classhierarchy Modifier and Type Class Description class
ChildA
class
ChildB
-
Uses of Parent in samples.overloading
Methods in samples.overloading with parameters of type Parent Modifier and Type Method 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)
-