Skip to content

Commit b450489

Browse files
committed
Tambah: interface - mirip abstract class - pada readme.md
1 parent 4568f7a commit b450489

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

readme.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,19 @@ Source code untuk dasar-dasar tentang Object-Oriented pada PHP. Adapun materi ya
1919
- Abstract Class, Turunan Class
2020
- Abstract Method, Override Method
2121
- Inisialisasi Abstract Class
22+
- <a href="./3-pengenalan-interface.php">Pengenalan Interface [3-pengenalan-interface.php]</a>
23+
- Interface, Implements Interface
24+
- Inisialisasi Interface
25+
- Implements Interface
26+
- Extend Abstract Class
27+
- Method, Override Method
2228

2329
## Daftar File dan File dengan Komen
2430
|File|Komen File|
2531
|---|---|
2632
|<a href="./1-pengenalan-class.php">1-pengenalan-class.php</a>|<a href="./1-pengenalan-class-comment.php">1-pengenalan-class-comment.php</a>|
27-
|<a href="./2-abstract-class.php">2-abstract-class.php</a>|<a href="./2-abstract-class-comment.php">2-abstract-class.php-comment</a>|
33+
|<a href="./2-abstract-class.php">2-abstract-class.php</a>|<a href="./2-abstract-class-comment.php">2-abstract-class-comment.php</a>|
34+
|<a href="./3-pengenalan-interface.php">3-pengenalan-interface.php</a>|<a href="./3-pengenalan-interface-comment.php">3-pengenalan-interface-comment.php</a>|
2835

2936
Didukung oleh:
3037
<a href="https://filkom.ukim.ac.id">Filkom UKIM</a> | <a href="https://ukim.ac.id">UKIM</a>

0 commit comments

Comments
 (0)