Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 648 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 648 Bytes

Simulando Herança Múltipla de Tipos e Comportamentos em Java

Exemplo de simulação de herança múltipla de tipos e comportamentos utilizando o modificador "default" do Java 8.

Segundo a documentação da Oracle sobre Multiple Inheritance of State, Implementation, and Type

Default methods introduce one form of multiple inheritance of implementation. A class can implement more than one interface, which can contain default methods that have the same name. The Java compiler provides some rules to determine which default method a particular class uses.