Skip to content

Instantly share code, notes, and snippets.

@anjanashankar9
Last active December 20, 2019 09:16
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 anjanashankar9/c179303c47ece26506e51de07ca50d29 to your computer and use it in GitHub Desktop.
Save anjanashankar9/c179303c47ece26506e51de07ca50d29 to your computer and use it in GitHub Desktop.
class B extends A{
//Constructor of B
B(){
System.out.println("B's constructor");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment