You are on page 1of 1

IT1814

Laboratory Exercise
Implementing Design Pattern
Objectives:

At the end of the exercise, the students should be able to:

 Implement design patterns when developing a software project.

Materials:

 Computer with Internet connection


 NetBeans IDE 8.2 or Microsoft Visual Studio Community 2015 IDE

Procedures:
1. Using an object-oriented programming IDE, write the program for the given UML class diagram (as shown
below) that implements the Prototype design pattern.

Figure 1. Application class diagram


2. Screenshot your code and output. Then, upload the images to the provided DropBox.

GRADING RUBRIC:
CRITERIA PERFORMANCE INDICATORS POINTS
Correctness The code produces the expected result. 30
Logic The code meets the specifications of the problem. 30
Efficiency The code is concise without sacrificing correctness and logic. 20
Syntax The code adheres to the rules of the programming language. 20
TOTAL 100

04 Laboratory Exercise 1 *Property of STI


Page 1 of 1

You might also like