Module Details
Module Code: |
COMP7013 |
Title: |
Object Oriented Programming
|
Long Title:
|
Object Oriented Programming
|
NFQ Level: |
Intermediate |
Valid From: |
Semester 1 - 2017/18 ( September 2017 ) |
Field of Study: |
4811 - Computer Science
|
Module Description: |
Students will gain extensive experience of using an Object Oriented Programming Language by building an application from a case study/well-defined problem. The focus of the module is to give the student practical experience of using a number of class libraries. The student will gain an understanding of the runtime abstractions that are associated with an Object Oriented programming language.
|
Learning Outcomes |
On successful completion of this module the learner will be able to: |
# |
Learning Outcome Description |
LO1 |
Explain the runtime organisation of an Object Oriented software program. |
LO2 |
Use a debugger and testing frameworks in the development of a software program. |
LO3 |
Apply design patterns and organize code using best practices in the development of a software program developed using an Object Oriented programming language. |
LO4 |
Use class libraries that are packaged with an Object Oriented programming language, such as collection classes, GUI classes, and database access classes. |
LO5 |
Develop a substantial software application using class libraries and design patterns. |
Dependencies |
Module Recommendations
This is prior learning (or a practical skill) that is strongly recommended before enrolment in this module. You may enrol in this module if you have not acquired the recommended learning but you will have considerable difficulty in passing (i.e. achieving the learning outcomes of) the module. While the prior learning is expressed as named MTU module(s) it also allows for learning (in another module or modules) which is equivalent to the learning specified in the named module(s).
|
12784 |
SOFT7004 |
Object Oriented Principles |
12793 |
COMP7013 |
Object Oriented Programming |
Incompatible Modules
These are modules which have learning outcomes that are too similar to the learning outcomes of this module. You may not earn additional credit for the same learning and therefore you may not enrol in this module if you have successfully completed any modules in the incompatible list.
|
No incompatible modules listed |
Co-requisite Modules
|
No Co-requisite modules listed |
Requirements
This is prior learning (or a practical skill) that is mandatory before enrolment in this module is allowed. You may not enrol on this module if you have not acquired the learning specified in this section.
|
No requirements listed |
Indicative Content |
Runtime environment and Operating System Interaction
Object Life Cycle: class loader, garbage collection; Destroying and Finalizing Objects; Object Identity vs. Equality, Aliasing; Class Objects; Introduction to reflection; Operating System interaction: file system manipulation, system calls, stream processing;
|
Debugging and Testing
Using a debugger: stack and heap, stack variables, globals; Memory leaks; Testing Frameworks.
|
Patterns and Code Organisation
Packages; Build Systems; Interfaces; Creational Patterns: Singleton, Abstract factory; Observer - event-driven programming; Model-View Controller; Separation of concerns; Weak coupling.
|
The Design of Class Libraries
Understanding the design of the standard Class Libraries that are packaged with an Object Oriented programming language: using the API, hierarchy of classes, navigating source code and documentation; Generics; Building and distributing libraries; Using non-standard class libraries.
|
Using Class Libraries - Collection, GUI and database access
Collection class library: Iterator, HashMap, Set, Linked Lists; Trees; GUI class library: GUI Components, Event driven programming, introduction to threads, Asynchronous and synchronous programming; SQL client class library: database queries, database cursors.
|
Module Content & Assessment
|
Assessment Breakdown | % |
Coursework | 100.00% |
Assessments
No End of Module Formal Examination |
Reassessment Requirement |
Coursework Only
This module is reassessed solely on the basis of re-submitted coursework. There is no repeat written examination.
|
The University reserves the right to alter the nature and timings of assessment
Module Workload
Workload: Full Time |
Workload Type |
Contact Type |
Workload Description |
Frequency |
Average Weekly Learner Workload |
Hours |
Lecture |
Contact |
Presentation of indicative content. |
Every Week |
2.00 |
2 |
Lab |
Contact |
Practical work based on indicative content. |
Every Week |
2.00 |
2 |
Independent & Directed Learning (Non-contact) |
Non Contact |
Self Study. |
Every Week |
3.00 |
3 |
Total Hours |
7.00 |
Total Weekly Learner Workload |
7.00 |
Total Weekly Contact Hours |
4.00 |
Workload: Part Time |
Workload Type |
Contact Type |
Workload Description |
Frequency |
Average Weekly Learner Workload |
Hours |
Lecture |
Contact |
Presentation of indicative content. |
Every Week |
2.00 |
2 |
Lab |
Contact |
Practical work based on indicative content. |
Every Week |
2.00 |
2 |
Independent & Directed Learning (Non-contact) |
Non Contact |
Self Study. |
Every Week |
3.00 |
3 |
Total Hours |
7.00 |
Total Weekly Learner Workload |
7.00 |
Total Weekly Contact Hours |
4.00 |
Module Resources
|
Recommended Book Resources |
---|
-
Harvey, Deitel, Deitel. (2014), Java, How to Program, 10th. Pearson, [ISBN: 9780133807806].
| Supplementary Book Resources |
---|
-
Benjamin J Evans, David Flanagan. (2014), Java in a Nutshell, 6th. O'Reilly Media, [ISBN: 9781449370824].
-
Lewis and Loftus. (2014), Java Software Solutions, 8th. Pearson, [ISBN: 9781292018232].
| This module does not have any article/paper resources |
---|
Other Resources |
---|
-
Website, Oracle. Java Tutorial from Oracle,
-
Website, Design Patterns,
-
Website, Standard Java Class Library,
-
Website, java FX,
-
Website, Collections documentation and tutorial,
-
Website, JDBC Database Access,
|
|