mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Fix typo.
Fix typo.
This commit is contained in:
parent
f0a4c88acf
commit
7e90054b5c
@ -451,7 +451,7 @@ public class Fruit implements Edible, Digestible {
|
||||
}
|
||||
}
|
||||
|
||||
// В Java Вы можете наследоватьтолько один класс, однако можете реализовывать
|
||||
// В Java Вы можете наследовать только один класс, однако можете реализовывать
|
||||
// несколько интерфейсов. Например:
|
||||
public class ExampleClass extends ExampleClassParent implements InterfaceOne, InterfaceTwo {
|
||||
public void InterfaceOneMethod() {
|
||||
|
Loading…
Reference in New Issue
Block a user