mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Added comment about superclass methods being overriden.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@576 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
46f15290d6
commit
ffeaf71ee3
2 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,9 @@
|
|||
"Class without any instance variables". A key feature of behaviors
|
||||
is that they give a degree of multiple inheritance.
|
||||
|
||||
Behavior methods override the class's superclass methods, but not
|
||||
the class's methods.
|
||||
|
||||
xxx not necessarily on the "no instance vars". The behavior just has
|
||||
to have the same layout as the class.
|
||||
|
||||
|
|
|
@ -25,6 +25,9 @@
|
|||
"Class without any instance variables". A key feature of behaviors
|
||||
is that they give a degree of multiple inheritance.
|
||||
|
||||
Behavior methods override the class's superclass methods, but not
|
||||
the class's methods.
|
||||
|
||||
xxx not necessarily on the "no instance vars". The behavior just has
|
||||
to have the same layout as the class.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue