/Java-Course-Introducao-POO-IFsul

Course provided by IFSul. A intro to POO (object oriented programming)

Primary LanguageJava

Introducao-POO-IFsul

This repository serves as a record of my progress in the A intro to oriented object programming course offered by IFSUL. It contains the files and notes from each lesson as I work through the course.

Course Link

Introdução à Programação Orientada a Objetos

Certification

Link to certificate PDF: Certificate

Course Contents

  • Module 1: Development Environments (IDEs)
  • Module 2: Fundamentals
  • Module 3: Systems development
  • Module 4: Design Patterns

How to Use This Repository

Each lesson folder contains the materials and notes for that specific lesson. The files are organized as follows:

  • lesson_archive.java: JAVA script with code examples from Lesson.
  • lesson_notes.pdf: Markdown file containing my personal notes from Lesson.

Feel free to explore the folders and files to track my progress throughout the course.

About the Course

The A intro to oriented object programming course is an online course offered by IFSul. It covers fundamental oriented object programming concepts using the JAVA programming language.