SDA SE Wiki

Software Engineering for Smart Data Analytics & Smart Data Analytics for Software Engineering

User Tools

Site Tools


Assignment 1: Object Oriented Programming

Release date: Monday, 02.04.12 - Due date: Monday, 09.04.12, 23:59

If one of the tasks seems too difficult, skip to the next one and return to the skipped ones later.
There is an introduction into the basic OOP concepts at Oracle (who bought Sun).
This is the only assignment (besides assignment 0) that you may submit via email to your tutor! To do so, right click on the project in eclipse and select export as zip file. To submit the following assignments you will use our repository.

How to start

  • Install eclipse. (Either select “Eclipse Classic” or “Eclipse IDE for Java Developers”)
  • Download tutorial project and import it.
  • Your solutions should be in the folder src.
  • You should never change any class in the tst folder.
  • The tasks are described in more detail in the mentioned files in the tst folder.
  • The first thing you should do is to run the tests1).
  • You will see that 11 of 14 tests are failing 2). This means that we made assertions about the base code that are not true for the current implementation.
  • After you solved all tasks 12 of 14 tests should be successful 3). If you decide to solve even the extra tasks everything should be green 4) and there should be even more tests (i.e. for the last tasks you are asked to change or create even tests.)

Task 01: Persons and Addresses (Identity vs Equality of Objects)

3 points

After you have solved this task, you should be able to understand and explain:

  • … the difference between the two concepts equality and identity of objects.
  • See X1T01_AddressTest in the package people in the tst folder.

Task 02: Number Generators (Implementing Interfaces)

3 points

After you have solved this task, you should be able to understand and explain:

  • … how you write classes that implement interfaces.
  • … how you write methods that can work on any of these classes.
  • See X1T02_NumberGeneratorTest in the package numbers in the tst folder.

Task 03: Students and Professors are Persons (Class Inheritance)

4 points

After you have solved this task, you should be able to understand and explain:

  • … how you can create subclasses.
  • … how class extension relates to interface implementation.
  • … how you can make use of inheritance to reuse common functionality.
  • See X1T03_PersonsStudentsProfessors in the package university in the tst folder.

Task 04: The University (Using Frameworks)

4 points

After you have solved this task, you should be able to understand and explain:

  • … how to let your classes implement interfaces so that framework classes know what to expect from them.
  • … how to configure framework classes, so that you can extend their behavior without modifying them.
  • See X1T04_StudentTest in the package university in the tst folder.

Extra Tasks

6 points This tasks are optional.5)

If you're done with all the tasks above and you still have time and energy left you may want to work on …

  • X1X01_AddressExtraTest to learn more about hash codes.
  • X1X02_NumberGeneratorExtraTest to learn more about exceptions.
  • X1X04_RegistrarsOfficeTest to learn more about tests.

Screenshots

5)
They don't count for the 100%. I.e. you can get more than 100%, if you solve all tasks an the the extra tasks as well.
teaching/lectures/oosc/2012/assignment_1.txt · Last modified: 2018/05/09 01:59 (external edit)

SEWiki, © 2024