Programming Fundamentals 2

In this course you learn how to develop software using an object-oriented approach. You will learn the underlying principles and their realization in the Java programming language.

The structure of the course, the provided material, the online platform are exceptional tools to learn.

THIS IS TEACHING.

Il materiale didattico e la maniera in cui è organizzato è veramente bella!

There’s way too many positive aspects to this course.

– Good stuff from course evaluations

The course teaches how to structure a problem using the concept of classes, and how to use fields and methods to model state and behavior. 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.