My question is, how can I implement this?
Exam * ____________ 1 Student
|
|
Mark
I search a lot by the Internet but I didn’t find any clear answer about the way that I can implement an association class.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Generally, a class that points to two other class instances. It is often used to implement a many-to-many relationship between object types.
In C#: