Answer Posted / rohit kumar singh
In many of the cases an entity type has numerous sub grouping of its entities that are meaningfull . Let understand with an example . EMPLOYEE entity type may be grouped further into ... SECRETARY , MANAGER , ENGINEERand so on .
The set of entities in each of latter grouping is a subset of the entities that belongto the EMPLOYEE entity set .
We call each of these subgrouping a subclass of the EMPLOYEE entity type , and the EMPLOYEE entity type is the superclass gor each of these subclasses.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of nested class in java?
Variable of the boolean type is automatically initialized as?
What is treeset in java?
What is rule of accessibility in java?
How do you use find and replace?
Explain about OOPS concepts and fundamentals.
What is a byte string?
Is java util list serializable?
What is immutable in java?
What is boolean logic?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
Why is multiple inheritance not supported in java?
How to read and write image from a file ?
What is getkey () in java?
Why do we create threads in java?