Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yedhink committed Jun 9, 2018
1 parent e40459a commit e754610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Abstract Keyword/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## The “abstract” Keyword

1. The keyword abstract can be used on classe declaration. For example abstract MyClassX (…);.
1. The keyword abstract can be used on class declaration. For example abstract MyClassX (…);.
1. The keyword abstract can be used on method declaration. For example abstract int f (…);.
1. When a class is declared abstract, it cannot be instantiated.
1. When a method is declared abstract, it cannot have definition.
Expand Down

0 comments on commit e754610

Please sign in to comment.