Desired Properties (Cont.)


Equal Treatment of Attributes and Methods
When looking at the properties of an object, one often cannot distinguish between attributes and methods with no parameters.
Access to Abstract Types and Classes
The notions of abstract data types are supported in OODBS by the class concepts. Query expressions may refer only to information which is declared as public.
Access to Sets of Objects
A class can be used as
  1. a type, thereby stating the structure and behavior of objects; or
  2. a set of such objects (extension) existing at some point of time.