CS-16 Object Oriented Systems June-2004
Q.5(a) Write a pseudo-code, including class declarations and methods, to implement the followngin any object oriented language. � One-to-many association whcih is traversed in the direction from one to many. The association is considered ordered.
Q.5(b) Describe how you would use tools included in software development environments such as browers, interpreters (including complilers), debuggers, system builders and change control systems, to help solve the following problem:
“You are the leader of a team working on a large software project You want to make sure that only one person works on a file at a time. The latest version of all modules must be accessible to the group as a whole, but individual users might want private copies for debugging purposes.”

