test 2 | object-oriented programming and software engineering - spring'2008, dr. s. yurttas - solution
rationale
This is your take-home problem for test-2 to practice and show that you're able to adapt/use existing libraries in class design and implementation.

You'll practice fundamentals of OO programming language C++ abstraction mechanisms to compose and structure an application using classes.

You'll use existing libraries(stl) and functions, such that, add and/or extend the existing ones with your components.

problem
  • You'll rewrite the given c++ class using stl types as data members and upgrade the member functions as appropriate.
  • You can improve and extend the given code to adapt it with better abstractions in the choice of your implementation type.
  • Structuring and composition as interface/implementation separation and testing function should be provided.
  • You can use and/or reuse C++ examples.
  • This is a take-home test and university honor code is to be followed.
  • No excuses acceptable like unavailable access or machine is down.
  • Turn in is on your students.cs.tamu.edu site with a new test link.
credit : 100 test-2 points due April 22 by 11pm.

Valid XHTML 1.0 Transitional