Skip to content

Instantly share code, notes, and snippets.

@ajayverse404
Last active January 26, 2019 16:22
Show Gist options
  • Select an option

  • Save ajayverse404/76211d7c8bc67b24dbb0f575eb1e5435 to your computer and use it in GitHub Desktop.

Select an option

Save ajayverse404/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