DBMS-Object Oriented Database
DBMS-Object Oriented Database
1. A calss is a collection of similar objects with shared structure (attributes) and behavior (methods).
- TRUE
- FALSE
2. A calss is a collection of similar objects with shared structure (attributes) and behavior (methods).
- TRUE
- FALSE
5. Inheritance is copying the attributes of the superclass into all of its subclass.
- TRUE
- FALSE
6. Single inheritance exist when a class is derived from several parent supeclasses immediately above it.
- TRUE
- FALSE
7. Multiple inheritances exist when a class is derived from serveral parent supeclasses immediately above it.
- TRUE
- FALSE
8. An operation is function or a service that is provided by all the instances of a class.
- TRUE
- FALSE
10. An object-oriented approach was developed in the
- late 1960s
- late 1970s
- early 1980s
- late 1990s