Interface - Java
2021-09-13 22:41:37 0 举报
编程笔记
作者其他创作
大纲/内容
ITelephone timsPhone
Classeg.DeskPhone
Interfaceeg.ITelephone
Classeg.MobilePhone
initiationeg.timsPhone
……
Code example:ITelephone timsPhone;timsPhone = new DeskPhone(123456);timsPhone.powerOn();timsPhone = new MobilePhone(24565);timsPhone.powerOn();
What is Interface?-Interface就像一个contract,指定了所有behavior that classes must have
收藏
0 条评论
下一页