Employee has a Passport. here employee is an object and
passport is an object, give the class design
Answer Posted / swati
Its a bidirectional association where is you can find
employee using passport AND find a passport using employee
Class Employee{
Name -
Address
Passport
}
Class Passport{
Name
Address
}
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is jdk for netbeans ide?
What is stateless in java?
Is eclipse a jdk?
What is the use of rs next () in java?
What is difference between map and flatmap in java 8?
What is ibatis in java?
can anyone tell me what kind of questions are asked for core java exam in aptech
Why are lambda functions called lambda?
How do I download and install eclipse on windows 10?
What is dto in java?
Explain daemon thread.
Why sun introduce concept of anonymous class? What is need and real life use of anonymous class
What is numberformatexception in java?
What is a static method?
What is a java singleton?