Skip to content

Instantly share code, notes, and snippets.

@indare
Created January 31, 2012 03:02
Show Gist options
  • Save indare/1708453 to your computer and use it in GitHub Desktop.
Save indare/1708453 to your computer and use it in GitHub Desktop.
継承・・・?
class 印刷
public void 印刷動作
class 納品書印刷 extends 印刷
@Override
public void 印刷動作
class 請求書印刷 extends 印刷
@Override
public void 印刷動作
function 印刷
/* 印刷動作 */
if 納品書
elseif 請求書
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment