Hi, Suppose in a class Klass I have a property prop. Suppose also that I have class AnotherKlass(Klass): ... I can override property prop in AnotherKlass by just redefining it, but what if I want to acess the base class prop how do I do it? TIA and all the best, Gonçalo Rodrigues