DBMS-Object Oriented Database Questions and Answers
Practice ModeShowing 10 of 23 questions
Q1
A calss is a collection of similar objects with shared structure (attributes) and behavior (methods).
Answer: Option A
Q2
A calss is a collection of similar objects with shared structure (attributes) and behavior (methods).
Answer: Option A
Q3
Structure is the association of class and its objects.
Answer: Option A
Q4
Structure is the association of class and its objects.
Answer: Option A
Q5
Inheritance is copying the attributes of the superclass into all of its subclass.
Answer: Option A
Q6
Single inheritance exist when a class is derived from several parent supeclasses immediately above it.
Answer: Option B
Q7
Multiple inheritances exist when a class is derived from serveral parent supeclasses immediately above it.
Answer: Option A
Q8
An operation is function or a service that is provided by all the instances of a class.
Answer: Option A
Q9
An OQL Query is embedded into these programming languages.
Answer: Option A
Q10
An object-oriented approach was developed in the
Answer: Option A