Returns the parent of this class. If the class doesn't declare a super class, the super class is Object, unless the class itself is Object. For Object, this method always returns null.
This class's super class.
See Implementation
Returns the parent of this class. If the class doesn't declare a super class, the super class is Object, unless the class itself is Object. For Object, this method always returns null.