UML

UML

Unified Modelling Language (UML) allows us to describe and document elements of knowledge that map well into the object oriented paradigm. In UML v1.0 nine types of diagrams are described: UML Use Case Diagram UML Activity Diagram UML Object Diagram UML Class Diagram...
OOA/OOD Related Links

OOA/OOD Related Links

The following links have been useful whilst trying to understand, research and teach Object-Oriented related topics. Going to conferences was a great way to meet people that were facing the same set of problems and discuss solutions. This eventually got me into being...
PR1 Notes for Java

PR1 Notes for Java

Unit Title Lectures 1 Introduction 2 2 Elementary Programming 2 3 Conditionals 1 4 Loops 2 5 Functions – Methods 2 6 Arrays 3 7 Classes & Objects 4 8 Strings 1 9 Files & I/O 2 10 Gui...
PR1 Notes for Java

Java Free Online Course

The best way to learn java is to practice. You can start by studying the following slides in combination with javasoft’s tutorial and Java’s apis. Each module has exercises that you should try to solve. 1st day, Basic Java, IntroductionIntroductionJava’s Syntax &...
Quotations & Proverbs

Quotations & Proverbs

The way to deal with an impossible task is to chop it down into a number of merely very difficult tasks, and break each one of them into a group of horribly hard tasks, and each one of them into tricky jobs, and each one of them… (Terry Pratchet, Truckers) Check...