static method
Posted: Fri Aug 07, 2009 1:08 pm
by Didier >> Tue, 31 Jul 2007 5:00:21 GMT
Hi:
As we know,
JAVA provide static method ,
so we can invoke the method by class and not by object( instance of class ).
This mechanism is very useful for polymorphism when create a new object of the class.
I want to know whether JADE has the same conception( static method ) as JAVA ?
If JADE has the "static method" , how to implement ?
If JADE does not have, it's possible to enhancement this concept in future ?
Didier
2007.7.31
Hi:
As we know,
JAVA provide static method ,
so we can invoke the method by class and not by object( instance of class ).
This mechanism is very useful for polymorphism when create a new object of the class.
I want to know whether JADE has the same conception( static method ) as JAVA ?
If JADE has the "static method" , how to implement ?
If JADE does not have, it's possible to enhancement this concept in future ?
Didier
2007.7.31