Question about OOP and objects.
Posted
by loddn
on Stack Overflow
See other posts from Stack Overflow
or by loddn
Published on 2010-05-29T15:00:25Z
Indexed on
2010/05/29
15:02 UTC
Read the original article
Hit count: 238
I have a school assignment, a Dog Show. My assignment is to create a website where vistors can display results and Judges and Secretary can admin, crud. I have a small problem one part of the assignment. The result should be based on two protokols from different judges and after that checked by the secretary before the result is displayed for the user.
I have to say i'm fairly new to programming and so i need some smart suggestions on how to design and implement this. The assignment should cover both a db and c# (.net mvc).
Q1: How do i create a object (result)that depends on two other objects(protocol)? Is that even needed? Q2: How to solve this in a relational db?
© Stack Overflow or respective owner