CIS 339 help Making Decisions/uophelp.com CIS 339 help Making Decisions/uophelp.com | Page 9

Download the CRC Cards for the Course List and Course classes and review them to prepare for your deliverables this week. Download the Method Contract Template and use it for your deliverables this week. Create the method contract for the Get Course By Course ID() method of the Course List class. Explain your work and the decisions you made to arrive at your proposed solution. STEP 2: Create a Method Specification Download the Method Specification Template and use it for your deliverables this week. Create the method specification for the Get Course By Course ID () method of the Course List class. Explain your work and the decisions you made to arrive at your proposed solution. STEP 3: Save and Upload ------------------------------------------------------------------------------------------------------------ ------------- CIS 339 iLab 7 - Object-Oriented Application Coding (Devry) For more course tutorials visit www.uophelp.com Your demonstrations of how to create both method contract and the method specification for the Get Course By Course ID () method of the Course List class were very well received by your team members. They then asked you for one final demonstration of how to implement the method specification using an object-oriented (OO) programming language and see the method actually execute. You realize that it is easy to implement the method specification in an OO programming language, but it is hard to test it because the rest of the application is not developed yet. You decided, therefore, to write two pieces of code.