CSE2305 - Object Oriented Software Engineering
assessment

CSE2305
Object Oriented Software Engineering

Submission Declaration

All materials submitted for this course must include the following declaration. This declaration must be included at the top all source files (.c++, .cpp and .h) files, text, and diagrams that you submit for assesment.

Submissions that do not include this declaration will recieve a mark of 0.

Here is the declaration (you can copy and paste this into your code):


//////////////////////////////////////////////////////////////////////////////////////////////
// MONASH UNIVERSITY, School of Computer Science and Software Engineering
// Student Declaration for CSE2305 Submission 2005
// 
// This source code is the original work of #YOUR NAME#, ID: #YOUR ID NUMBER#
// My email address is #YOUR_EMAIL_ADDRESS#
// I, #YOUR_NAME# declare that this submission is my own work and has 
// not been copied from any other source without attribution. I acknowledge
// that severe penalties exist for any copying of code or other material without attribution,
// including a mark of 0 for this unit.
//////////////////////////////////////////////////////////////////////////////////////////////

You will need to substitute your name, student ID number and email address in the appropriate places.


This material is part of the CSE2305 Object Oriented Software Engineering course.
Copyright © Jon McCormack, 2005.  All rights reserved.

Last Modified: August 11, 2005