◦
Sebagai contoh:
public class Person
implements PersonInterface,
LivingThing,
WhateverInterface {
//beberapa kode disini
}
◦
Contoh lain:
public class
ComputerScienceStudent extends Student
implements
PersonInterface,
LivingThing {
//Beberapa kode disini
}
0 komentar:
Posting Komentar