Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created July 9, 2017 12:54
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 goofmint/0a3a6496e7a85c1ce95b38da711d4a81 to your computer and use it in GitHub Desktop.
Save goofmint/0a3a6496e7a85c1ce95b38da711d4a81 to your computer and use it in GitHub Desktop.
try {
var animal = Animal.AnimalClass.create();
}catch(e) {
// e -> Error: このクラスは抽象クラスです。インスタンスを生成することはできません。
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment