Skip to the content.

Home / cs-notes / Language / Java / Basic / Object / Instantiation

Approaches

Flow

Class Loading

@startuml

(Current Class) -> (Interface)
(Interface) -> (Parrent Interface)
(Parrent Interface) -> (Parent Class)

@enduml