We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb1bb4 commit 10cfe8bCopy full SHA for 10cfe8b
language/oop5/interfaces.xml
@@ -5,7 +5,7 @@
5
<para>
6
Object interfaces allow you to create code which specifies which methods and properties a
7
class must implement, without having to define how these methods or properties are
8
- implemented. Interfaces share a namespace with classes and traits, so they may
+ implemented. Interfaces share a namespace with classes, traits, and enumerations, so they may
9
not use the same name.
10
</para>
11
0 commit comments