Skip to content

Commit 25be40c

Browse files
authored
Fix typo
1 parent f9fe863 commit 25be40c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/learnjavaonline.org/en/Abstract Classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For example:
1414

1515
### Abstract classes versus interface
1616

17-
Abstract classes can contain fields which are not `final` and `static` and can contain implemented mthods as well but interfaces cannot. Abstract classes with only abstract methods should be defined as interfaces.
17+
Abstract classes can contain fields which are not `final` and `static` and can contain implemented methods as well but interfaces cannot. Abstract classes with only abstract methods should be defined as interfaces.
1818

1919
When an abstract class implements an interface not all interface methods need to be implemented, if the class is not abstract all the interface methods should be implemented.
2020

0 commit comments

Comments
 (0)