Search for contacts, projects,
courses and publications

Programming Fundamentals 2

People

Hauswirth M.

Course director

Javed O.

Assistant

Mishra R.

Assistant

Monti F.

Assistant

Rogora D.

Assistant

Description

This course teaches how to develop software using an object-oriented approach. It teaches how to structure a problem using the concept of classes, and how to use fields and methods to model state and behavior. The course uses Java as its programming language. It introduces the fundamental concepts of types, dynamic memory allocation, and references. It covers the ideas of collections and iteration to deal with multiple objects, the ideas of inheritance and polymorphism to deal with variability in software, and the idea of exception handling to deal with unexpected situations. It covers principles of design such as coupling and cohesion, encapsulation, and immutability, and it introduces common design patterns. The practical aspects of the course include testing and debugging techniques that help improve the quality of the resulting software.

 

REFERENCES

  • Barnes and Kölling, Objects First with Java (at least 4th edition)

Education