Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

Reference Document:

1: Interface trong Java 8 - Default method và Static method
    https://gpcoder.com/3854-interface-trong-java-8-default-method-va-static-method/

Interface trong Java 8 - Default method và static method

1. Phương thức default trong Interface - Default method
    1.1. Giới thiệu
    1.2. Điều gì xảy ra khi có đa thừa kế
    1.3. Tóm tắt một số đặc điểm quan trong về default methods trong Interface.
2. Phương thức static trong Interface - Static method

3. Nhìn lại Abstract Classes vs Interfaces trong Java 8