| hw-05 | programming language design - fall'2007, dr. s. yurttas - solution |
| rationale |
| problem |
|
This is your another assignment to practice and show that
you're able to design, implement, and test a class
from a given specification.
You'll practice pure object-oriented language constructs in Java and C#. This application is focused on classes, objects, methods, so that, you can see and understand that the applications are not just algorithms based, but data structures/data types oriented, as well. |
| problem |
|
You'll implement class A
for the given specification by the implied meanings of
the members, appropriately.
You'll write a complete test function of class A objects with all members. |
| problem |
| credit : 20 points due November 14 by 11pm. |