6 lines
112 B
Java
6 lines
112 B
Java
|
|
public interface MobilePhone{
|
||
|
|
//functions here with no definition...
|
||
|
|
//ex:
|
||
|
|
//public void makeCall();
|
||
|
|
}
|