diff --git a/language/oop5/interfaces.xml b/language/oop5/interfaces.xml index f122eccdb9..06d4d639b9 100644 --- a/language/oop5/interfaces.xml +++ b/language/oop5/interfaces.xml @@ -1,11 +1,11 @@ - + Object Interfaces - Object interfaces allow you to create code which specifies which methods - and variables a class must implement, without having to define how these - methods are handled. + Object interfaces allow you to create code which specifies which methods a + class must implement, without having to define how these methods are + handled. Interfaces are defined using the interface keyword, in the same way as a