object
type
typeName extends
typeName
TypeName is the name of a data type.
object type resistor extends impedor
The extends
keyword is part of the object type
structure. It identifies a parent data type for a user-defined object type. See the description for object type
for details.