Skip to content

Instantly share code, notes, and snippets.

@ajaysjournal
Last active January 26, 2019 16:22
Show Gist options
  • Save ajaysjournal/76211d7c8bc67b24dbb0f575eb1e5435 to your computer and use it in GitHub Desktop.
Save ajaysjournal/76211d7c8bc67b24dbb0f575eb1e5435 to your computer and use it in GitHub Desktop.
solid-blog
interface doc_feature2 { void feature2(String content); }
class MSWord2030 extends MSWord2020 implements doc_feature2 {
public void feature2(String content) { ... }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment