Skip to content

Instantly share code, notes, and snippets.

@devindianushika
Last active October 2, 2019 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devindianushika/ddaab7e9c542e7c52b9a8753020d00d2 to your computer and use it in GitHub Desktop.
Save devindianushika/ddaab7e9c542e7c52b9a8753020d00d2 to your computer and use it in GitHub Desktop.
package com.poly.overriding;
public interface Shape {
public void draw();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment