Skip to content

Instantly share code, notes, and snippets.

@ron623
Created February 4, 2015 01:55
Show Gist options
  • Save ron623/d0f23568289aafcf89d6 to your computer and use it in GitHub Desktop.
Save ron623/d0f23568289aafcf89d6 to your computer and use it in GitHub Desktop.
ChildClass
package study.Study;
public class ChildClass extends ParentClass{
public ChildClass() {
// TODO 自動生成されたコンストラクター・スタブ
System.out.println("子クラスのコンストラクター");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment