Call method of superclass

Hi again,

Is it possible to call a method of the superclass within a method with
the same name in the derived class? e.g. : call Test::list from
SubTest::list (SubTest being a subclass of Test)?

Best regards,

Yannick M. http://www.inma.ucl.ac.be/~majoros
Informaticien UCL/INMA-MEMA
4, avenue G. Lemaître
B-1348 Louvain-la-Neuve
Belgium
Tel: +32-10-47.80.10
Fax: +32-10-47.21.80
Si vous avez des problèmes pour afficher ce message (accents qui ne
passent pas, signature électronique, …) votre système de mail n’est
pas conforme aux standards modernes, voir
http://www.inma.ucl.ac.be/~majoros/email.html
#JAPH : Mathematical engineering (INMA) | UCLouvain

Hi Yannick

Is it possible to call a method of the superclass within a method with

the same name in the derived class? e.g. : call Test::list from
SubTest::list (SubTest being a subclass of Test)?

you can call super.