Re: another design question, abstract static methods...
From: Silvio Bierman (sbierman_at_idfix.nl)
Date: 11/13/03
- Next message: Kent: "Client JNDI lookup (vs. JBoss), ClassNotFoundException"
- Previous message: Silvio Bierman: "Re: overriding methods with a different return type"
- In reply to: Murat Tasan: "another design question, abstract static methods..."
- Next in thread: Raymond DeCampo: "Re: another design question, abstract static methods..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 13 Nov 2003 22:24:01 +0100
Polymorphism in Java is resolved by the type of the actual object (dynamic,
runtime) the method is called against instead of the class of the reference
(static, compile time). With static methods there is no object in play, only
a class so it can only ve resolved statically during compiletime.
What calling constructs (and behaviour) do you seek for?
Silvio Bierman
- Next message: Kent: "Client JNDI lookup (vs. JBoss), ClassNotFoundException"
- Previous message: Silvio Bierman: "Re: overriding methods with a different return type"
- In reply to: Murat Tasan: "another design question, abstract static methods..."
- Next in thread: Raymond DeCampo: "Re: another design question, abstract static methods..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|