diff --git a/language/oop5/interfaces.xml b/language/oop5/interfaces.xml index 89c45b5fcc..17a73db508 100644 --- a/language/oop5/interfaces.xml +++ b/language/oop5/interfaces.xml @@ -5,7 +5,7 @@ Object interfaces allow you to create code which specifies which methods a class must implement, without having to define how these methods are - handled. + implemented. Interfaces are defined in the same way as a class, but with the interface