Object-orientation is an approach that was originally developed to improve the way in which database applications are designed. True or False?
True
False
An object is the same idea as an entity occurrence in Entity-Relationship modelling. True or False?
True
False
An instance variable is another name for an attribute? . True or False?
True
False
Object Oriented software is constructed from reusable components. True or False?
True
False
Encapsulation is the concept that the internal details of an object are hidden from other objects. True or False?
True
False
Encapsulation is the concept that the internal details of an object are hidden from other objects. True or False?
True
False
Normalisation is as applicable to the development of Object database applications as it is for Relational database applications. True or False?
True
False
New features in Oracle8 and later versions enable the querying of abstract data types. True or False?
True
False
Oracle support for objects only includes support for complex data objects and abstract data types, it does not include support for methods. True or False?
True
False
Nested tables provide a less flexible means of modelling one to many relationships in Oracle than varrays. True or False?