Archive

Posts Tagged ‘Programming’

OOP with Java (TDT4100): Exercise 1

April 22nd, 2009

Exercise 1Given you managed to get Eclipse, JExercise and the preconfigured project running properly (described in my previous post), you should be ready to tackle the first exercise. I was planning on giving a more thorough review and explanation of the code, but unfortunately because of time constraints, I won’t be able to. I will, however, try to comment parts where the code gets difficult to follow.

Read more…

Author: Lars Martin Categories: Programming Tags: , , ,

Object oriented programming with Java

March 9th, 2009

JavaOne of my classes this spring is “TDT4100: Object oriented programming”. Through Java, they teach from basic to intermediate object oriented programming techniques. I’ve already completed a similar subject on my previous school, so this is basically just repetition, but it’s been a while since I’ve coded anything, making it worthwhile after all. As I’m fairly familiar with what’s being discussed and taught during the semester, I thought I’d share some of the exercises and explain a possible approach and solution for each.

Read more…