Skip to main content
Unit of study_

INFO1113: Object-Oriented Programming

Semester 1, 2020 [Normal day] - Camperdown/Darlington, Sydney

Object-oriented (OO) programming is a technique that arranges code into classes, each encapsulating in one place related data and the operations on that data. Inheritance is used to reuse code from a more general class, in specialised situations. Most modern programming languages provide OO features. Understanding and using these are an essential skill to software developers in industry. This unit provides the student with the concepts and individual programming skills in OO programming, starting from their previous mastery of procedural programming.

Unit details and rules

Unit code INFO1113
Academic unit Computer Science
Credit points 6
Prohibitions
? 
INFO1103 OR INFO1105 OR INFO1905
Prerequisites
? 
INFO1110 OR INFO1910
Corequisites
? 
None
Assumed knowledge
? 

None

Available to study abroad and exchange students

No

Teaching staff

Coordinator Masahiro Takatsuka, masa.takatsuka@sydney.edu.au
Lecturer(s) Mohammad Polash, masbaul.polash@sydney.edu.au
Type Description Weight Due Length
Final exam Final Exam
2 hour exam
50% Formal exam period 2 hours
Outcomes assessed: LO1 LO10 LO9 LO8 LO7 LO6 LO5 LO4 LO3 LO2
Online task Weekly Online Task
10% Multiple weeks N/A
Outcomes assessed: LO1 LO10 LO9 LO8 LO7 LO6 LO5 LO4 LO3 LO2
Small test Online Quiz 1
5% Week 06 40 minute quiz
Outcomes assessed: LO1 LO6 LO4 LO2
Assignment Assignment 1
6% Week 07 N/A
Outcomes assessed: LO2 LO4 LO6 LO8 LO9
Assignment Assignment 3
12% Week 10 N/A
Outcomes assessed: LO2 LO6 LO7 LO8 LO10
Small test Online Quiz 2
5% Week 11 40 minute quiz
Outcomes assessed: LO1 LO7 LO6 LO5 LO4 LO3 LO2
Assignment Assignment 2
12% Week 13 N/A
Outcomes assessed: LO1 LO2 LO4 LO5 LO6 LO8

Assessment summary

  • Online Task: Weekly Online Task to be completed at the end of the each week.
  • Online Quiz: Two quizzes are to be completed respectively in week 6 and week 11. This quizzes are designed to test both knowledge and skills of course materials in the semester thus far.
  • Assignments: Demonstrating programming ability from specification. To be completed on campus using standard computer environment
  • Final Exam: The final exam covers all aspects of the course and may involve answering questions about the Object-Oriented programming language used in the course, reading short programs and writing short programs, testing, and demonstrating knowledge involving objects, recursion and inheritance. 

Detailed information for each assessment can be found on Canvas.

Assessment criteria

The University awards common result grades, set out in the Coursework Policy 2014 (Schedule 1).

As a general guide, a high distinction indicates work of an exceptional standard, a distinction a very high standard, a credit a good standard, and a pass an acceptable standard.

Result name

Mark range

Description

High distinction

85 - 100

 

Distinction

75 - 84

 

Credit

65 - 74

 

Pass

50 - 64

 

Fail

0 - 49

When you don’t meet the learning outcomes of the unit to a satisfactory standard.

For more information see sydney.edu.au/students/guide-to-grades.

 

Minimum Pass Requirement:

It is a policy of the School of Computer Science that in order to pass this unit, a student must achieve at least 40% in the written examination. For subjects without a final exam, the 40% minimum requirement applies to the corresponding major assessment component specified by the lecturer. A student must also achieve an overall final mark of 50 or more. Any student not meeting these requirements may be given a maximum final mark of no more than 45 regardless of their average.
 

For more information see guide to grades.

Late submission

In accordance with University policy, these penalties apply when written work is submitted after 11:59pm on the due date:

  • Deduction of 5% of the maximum mark for each calendar day after the due date.
  • After ten calendar days late, a mark of zero will be awarded.

This unit has an exception to the standard University policy or supplementary information has been provided by the unit coordinator. This information is displayed below:

Late penalty for any online assessment is 25% per day. - 1 day late, maximum mark is 75% - 2 days late, maximum mark is 50% - 3 days late, maximum mark is 25%

Academic integrity

The Current Student website  provides information on academic integrity and the resources available to all students. The University expects students and staff to act ethically and honestly and will treat all allegations of academic integrity breaches seriously.  

We use similarity detection software to detect potential instances of plagiarism or other forms of academic integrity breach. If such matches indicate evidence of plagiarism or other forms of academic integrity breaches, your teacher is required to report your work for further investigation.

You may only use artificial intelligence and writing assistance tools in assessment tasks if you are permitted to by your unit coordinator, and if you do use them, you must also acknowledge this in your work, either in a footnote or an acknowledgement section.

Studiosity is permitted for postgraduate units unless otherwise indicated by the unit coordinator. The use of this service must be acknowledged in your submission.

Simple extensions

If you encounter a problem submitting your work on time, you may be able to apply for an extension of five calendar days through a simple extension.  The application process will be different depending on the type of assessment and extensions cannot be granted for some assessment types like exams.

Special consideration

If exceptional circumstances mean you can’t complete an assessment, you need consideration for a longer period of time, or if you have essential commitments which impact your performance in an assessment, you may be eligible for special consideration or special arrangements.

Special consideration applications will not be affected by a simple extension application.

Using AI responsibly

Co-created with students, AI in Education includes lots of helpful examples of how students use generative AI tools to support their learning. It explains how generative AI works, the different tools available and how to use them responsibly and productively.

WK Topic Learning activity Learning outcomes
Week 01 1. Introduction to the unit; 2. Compilation; 3. Syntax; 4. Conditional statements; 5. Scope and lifetimes Lecture (2 hr)  
Week 02 1. Loop and static methods; 2. Contiguous memory; 3. Arrays and strings Lecture (2 hr)  
Week 03 1. Classes and instance methods; 2. File IO and binary IO Lecture (2 hr)  
Week 04 1. Static and Non-static context; 2. Memory Layout; 3. Collections and Abstract Data Types Lecture (2 hr)  
Week 05 1. Inheritance and encapsulation; 2. Overloading and overriding Online class (2 hr)  
Week 06 1. Gradle, Packaging, Classpath and Java Archives; 2. Abstract classes and interfaces; 3. Polymorphism; 4. Default methods Online class (2 hr)  
Week 07 1. Generics and checked types; 2. Type bounds and collection onterfaces Online class (2 hr)  
Week 08 1. Exceptions and error handling; 2. Testing and automation Online class (2 hr)  
Week 09 1. Recursion with OOP; 2. Enums and optionals Online class (2 hr)  
Week 10 1. Method References and Stream API; 2. Anonymous Classes and lambdas Online class (2 hr)  
Week 11 1. Static and non-static inner classes; 2. Java Wildcards Online class (2 hr)  
Week 12 1. Testing pipeline and architecture; 2. Java docs, Gotchas and Idioms Online class (2 hr)  
Week 13 1. Revision and Patterns; 2. Revision and Exam Structure Online class (2 hr)  

Attendance and class requirements

About the seminar:

  • Attendance is not compulsory
  • It will not contain new content needed to complete this course
  • Seminar has value to those who need more help with reviewing material and programming exercises

Study commitment

Typically, there is a minimum expectation of 1.5-2 hours of student effort per week per credit point for units of study offered over a full semester. For a 6 credit point unit, this equates to roughly 120-150 hours of student effort in total.

Required readings

All readings for this unit can be accessed through the Library eReserve, available on Canvas.

  •  Walter Savitch – Java: An Introduction to Problem Solving and Programming, 7th Edition. Pearson Higher Ed USA, 2014. 9781292018331

Learning outcomes are what students know, understand and are able to do on completion of a unit of study. They are aligned with the University's graduate qualities and are assessed as part of the curriculum.

At the completion of this unit, you should be able to:

  • LO1. demonstrate an understanding of the concept of Object-Orientation: understand and explain key concepts of object-oriented programming, including classes as encapsulating data, object instances, memory model of references, methods and calling them across objects
  • LO2. read and interpret an object oriented design document
  • LO3. demonstrate an understanding of the memory model and differences between locations of variables
  • LO4. derive a computer program from a design document that uses concepts of OO and memory model, trace and write small examples of code including the following elements: inheritance, polymorphism, abstract classes and interfaces, variables and their type and the relationship between static and dynamic type, exception
  • LO5. demonstrate experience in testing Object-Oriented programs, write tests for standalone objects, be able to generate and handle exceptions, create invariants for classes, methods and objects, pre- and post-conditions for methods, and assertions
  • LO6. create appropriate class/data structure including the data types and methods for simple problems
  • LO7. read, trace and write recursive Object-Oriented programs to perform an operation in a related set of classes that support some nested structure
  • LO8. demonstrate an understanding of Object-Oriented programming language : reading, tracing and writing competence with the following elements of Java programming language: classes, methods, object creation; instance and local variables, parameters and scope; basic types; simple I/O; control flow primitives and understand, modify and add functionality to Java programs
  • LO9. demonstrate experience writing code with common interfaces and collections in Object-Oriented programming language
  • LO10. demonstrate experience in testing and debugging Object-Oriented programs, write tests for stand-alone object code, to be run automatically.

Graduate qualities

The graduate qualities are the qualities and skills that all University of Sydney graduates must demonstrate on successful completion of an award course. As a future Sydney graduate, the set of qualities have been designed to equip you for the contemporary world.

GQ1 Depth of disciplinary expertise

Deep disciplinary expertise is the ability to integrate and rigorously apply knowledge, understanding and skills of a recognised discipline defined by scholarly activity, as well as familiarity with evolving practice of the discipline.

GQ2 Critical thinking and problem solving

Critical thinking and problem solving are the questioning of ideas, evidence and assumptions in order to propose and evaluate hypotheses or alternative arguments before formulating a conclusion or a solution to an identified problem.

GQ3 Oral and written communication

Effective communication, in both oral and written form, is the clear exchange of meaning in a manner that is appropriate to audience and context.

GQ4 Information and digital literacy

Information and digital literacy is the ability to locate, interpret, evaluate, manage, adapt, integrate, create and convey information using appropriate resources, tools and strategies.

GQ5 Inventiveness

Generating novel ideas and solutions.

GQ6 Cultural competence

Cultural Competence is the ability to actively, ethically, respectfully, and successfully engage across and between cultures. In the Australian context, this includes and celebrates Aboriginal and Torres Strait Islander cultures, knowledge systems, and a mature understanding of contemporary issues.

GQ7 Interdisciplinary effectiveness

Interdisciplinary effectiveness is the integration and synthesis of multiple viewpoints and practices, working effectively across disciplinary boundaries.

GQ8 Integrated professional, ethical, and personal identity

An integrated professional, ethical and personal identity is understanding the interaction between one’s personal and professional selves in an ethical context.

GQ9 Influence

Engaging others in a process, idea or vision.

Outcome map

Learning outcomes Graduate qualities
GQ1 GQ2 GQ3 GQ4 GQ5 GQ6 GQ7 GQ8 GQ9

This section outlines changes made to this unit following staff and student reviews.

No structural changes have been made since this unit was last offered. We have, however, made sure that university security team does carry out their duty to make sure to open computer labs for formal assessments carried out on the weekend sessions.

Disclaimer

The University reserves the right to amend units of study or no longer offer certain units, including where there are low enrolment numbers.

To help you understand common terms that we use at the University, we offer an online glossary.