From ffeaf71ee375a5513ad649a757392df3fff88ec7 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Wed, 23 Aug 1995 15:44:15 +0000 Subject: [PATCH] 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 --- Source/behavior.c | 3 +++ Source/behavior.m | 3 +++ 2 files changed, 6 insertions(+) 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.