Skip to main content

Unit information: Object Oriented Programming with Java in 2015/16

Please note: you are viewing unit and programme information for a past academic year. Please see the current academic year for up to date information.

Unit name Object Oriented Programming with Java
Unit code COMSM0103
Credit points 10
Level of study M/7
Teaching block(s) Teaching Block 2 (weeks 13 - 24)
Unit director Dr. Tim Kovacs
Open unit status Not open
Pre-requisites

COMSM1201

Co-requisites

None

School/department School of Computer Science
Faculty Faculty of Engineering

Description including Unit Aims

This is an MSc-only unit. The objectives are to learn to program in the Java language, to understand how good program design can help you, how to produce it and how to implement it in Java. The Syllabus includes:

Object Oriented Design: objects, classes, abstraction, encapsulation, polymorphism, inheritance, interfaces, coupling, cohesion, code reuse, refactoring, design patterns, design methods, UML, testing.

Programming in Java: characteristics of Java, comparison with other languages, syntax and semantics, how Java implements Object Oriented Design concepts, Java's APIs.

Advanced Subjects: various advanced subjects in programming, and Java's handling of them, will be briefly introduced. Among others these may include script programming, data structures from the Java libraries, Graphical User Interfaces, concurrent programming and networking.

Intended Learning Outcomes

Successful completion of this unit will enable you to: evaluate program design; produce good Object Oriented designs; implement, test, maintain and refactor small to medium sized applications in Java.

Teaching Information

Lectures plus the design, implementation and refactoring of small Java programs. 80 hours are nominally set aside for coursework, private study, etc.

Assessment Information

100% coursework, which may include a multiple choice style class test.

Reading and References

David J. Barnes and Michael Kolling Objects First with Java; A Practical Introduction using BlueJ 5th Edition, Prentice Hall / Pearson Education, 2011 ISBN: ISBN:0-13-606086-2 Recommended

Feedback