Control Structures

extends

Supported By

Syntax

object type typeName extends typeName

TypeName is the name of a data type.

Example

object type resistor extends impedor

Description

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.