Abstract Entities - Mendix Forum

Abstract Entities

11

We encounter a lot of situations in which we create an entity that has some specializations.  Often the general entity will never be created as a general entity but always as a specialization.

It would be nice if we could create abstract entities, these entities can never be instantiated. This would make sure no one will ever make an error, also the inheritance split will have less exit possibilities since abstract entities can't exist (although this won't be applicable for double or more inheritances).

asked
0 answers