Skip to content

Erkamozdemir/Java-Labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☕ Java Labs

Welcome to my Java Labs repository! This collection serves as a comprehensive archive of my practical work and experiments with the Java programming language. It tracks my journey from understanding the syntax basics to mastering complex Object-Oriented Programming (OOP) concepts.

Object-Oriented Programming (OOP)

Moving from procedural logic to Object-Oriented design. This section bridges the gap between static code and dynamic objects.

  • Classes vs. Objects: Understanding the blueprint (Class) vs. the instance (Object).
  • Constructors: Initializing state.
  • Encapsulation: Protecting data with private fields and public getters/setters.
  • Inheritance: Reusing logic and establishing relationships between classes.

Advanced OOP & Interfaces

High-level architectural concepts focusing on abstraction and polymorphism.

  • Interfaces: Defining contracts for behavior without implementation details.
  • Abstract Classes: Mixing defined behavior with abstract methods.
  • Polymorphism: Using interfaces to write flexible and reusable code.

About

Lab work for Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages