Most things available for a normal class are available on object, including having a superclass. And, as with a regular class, the object will need to declare that superclass as a call to the superclass' constructor (Base() in this case).

You can learn more about this in:
Run Edit