SORU - 12 / 20
-
S
Aşağıdaki seçeneklerden hangisi 'employee' class ı tarafından 'data' interface i uygulamanın doğru yolunu gösterir ?
-
A
class employee : data {}
-
B
class employee implements data {}
-
C
class employee imports data {}
-
D
Hiçbiri
-
DOĞRU CEVAP
class employee : data {}
- ÖNCEKİ SORU SONRAKİ SORU