https://github.com/valcler-manoel/java-studies
Programming Techniques Discipline Repository (UFC)
https://github.com/valcler-manoel/java-studies
java oop ufc
Last synced: about 1 month ago
JSON representation
Programming Techniques Discipline Repository (UFC)
- Host: GitHub
- URL: https://github.com/valcler-manoel/java-studies
- Owner: Valcler-Manoel
- Created: 2025-04-16T02:29:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-25T20:31:25.000Z (8 months ago)
- Last Synced: 2025-12-28T19:05:40.503Z (6 months ago)
- Topics: java, oop, ufc
- Language: Java
- Homepage:
- Size: 409 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java-Studies: Programming Techniques Discipline Repository (UFC)
This repository is a dedicated space for my learning and practice in the **Programming Techniques** discipline at the Federal University of Ceará (UFC), with a strong focus on **Java** and **Object-Oriented Programming (OOP)**.
---
## Topics Covered
The Programming Techniques discipline covers various Java and OOP concepts. Here are the topics that have been (or will be) explored in this repository:
* **Java Fundamentals:** Variables, data types, operators, control structures (if/else, switch, loops), arrays.
* **Object-Oriented Programming (OOP):**
* Classes and Objects
* Encapsulation (getters and setters)
* Inheritance and Polymorphism
* Abstraction (abstract classes and interfaces)
* Composition vs. Inheritance
* **Java Collections:** `ArrayList`, `LinkedList`, `HashSet`, `HashMap`, `Iterator`.
* **Exception Handling:** `try-catch`, `finally`, `throws`, custom exceptions.
* **Input/Output (I/O):** Basic file reading and writing.
* **Maven:** Project and dependency management.
---