D
Dicread
InícioDicionárioSsupertype

Nota: A tradução desta entrada está atualmente em revisão de qualidade, portanto parte do conteúdo é exibida temporariamente apenas em inglês.

Este verbete ainda não foi traduzido para o seu idioma, portanto o original é exibido abaixo.

supertype

supertype
Noun
pl: supertypes

Meanings

Nounsupertype

A general category or entity in a data model that contains common attributes shared by more specific subtypes.

The Employee entity serves as the supertype for both the Manager and the Technician subtypes.

Examples

The Vehicle class serves as the supertype for both Car and Truck.

The Vehicle class serves as the supertype for both Car and Truck.

Office

We should define a common supertype to avoid duplicating attributes across these tables.

We should define a common supertype to avoid duplicating attributes across these tables.

Business

I wonder if this supertype is too abstract for our current needs.

I wonder if this supertype is too abstract for our current needs.

Does the supertype contain all the necessary fields for the subtypes?

Does the supertype contain all the necessary fields for the subtypes?

Office

The system treats every object as an instance of the top level supertype.

The system treats every object as an instance of the top level supertype.

Let us move the shared logic up to the supertype to keep the code clean.

Let us move the shared logic up to the supertype to keep the code clean.

Office

A Person entity acts as the supertype for Employee and Customer in this schema.

Business

The supertype defines the basic behavior that all derived classes must implement.

The supertype defines the basic behavior that all derived classes must implement.

Wait, we cannot add that attribute here because it does not apply to every instance of the supertype.

Office

Related Words

Última atualização: May 2026Reportar um erro