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
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
Do I need java on my computer?
How many types of assembly languages are there?
How many types of methods are there?
How many types of design patterns are there?
Who is the owner of java?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
How to use arraylist in java netbeans?
When object is created and destroyed?
How many tetrahedral voids are there in bcc?
Write code to implement bubble sort in java?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What does three dots mean in java?
What is pojo class in java?
How many inner classes can a class have?