diff --git a/Source/behavior.c b/Source/behavior.c index 9c031a124..bfc1461ed 100644 --- a/Source/behavior.c +++ b/Source/behavior.c @@ -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. diff --git a/Source/behavior.m b/Source/behavior.m index 9c031a124..bfc1461ed 100644 --- a/Source/behavior.m +++ b/Source/behavior.m @@ -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.