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