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:
Andrew McCallum 1995-08-23 15:44:15 +00:00
parent 46f15290d6
commit ffeaf71ee3
2 changed files with 6 additions and 0 deletions

View file

@ -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.

View file

@ -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.