* Jordi Canals <[EMAIL PROTECTED]>:
> I'm trying to understand static methods in a test class. Reading the
> manual, it says: "A member or method declared with static can not be
> accessed with a variable that is an instance of the object and cannot
> be re-defined in an extending class."
It's pos
On Fri, 19 Nov 2004 12:01:16 +0100, Sebastian Mendel
<[EMAIL PROTECTED]> wrote:
> Jordi Canals wrote:
> > I'm trying to understand static methods in a test class. Reading the
> > manual, it says: "A member or method declared with static can not be
> > accessed with a variable that is an instance o
Jordi Canals wrote:
I'm trying to understand static methods in a test class. Reading the
manual, it says: "A member or method declared with static can not be
accessed with a variable that is an instance of the object and cannot
be re-defined in an extending class."
Test code:
class B
{
3 matches
Mail list logo