Skip to content

Instantly share code, notes, and snippets.

@jm66
Created August 30, 2015 01:23
Show Gist options
  • Save jm66/654dca687e67b162ab7a to your computer and use it in GitHub Desktop.
Save jm66/654dca687e67b162ab7a to your computer and use it in GitHub Desktop.
Telefono.java
abstract class Telefono {
public void call();
public void callerID();
public void sms();
}
public class Nokia3210 extends Telefono {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment