Skip to content

divyb/java-oop-concepts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Object-Oriented Programming with Java (Semester 3)

A curated set of Java exercises and mini-projects demonstrating object-oriented programming concepts from Semester 3 coursework.

Tech Stack

  • Java 8+
  • JDK/JRE
  • (Optional) JUnit

Skills Demonstrated

  • Object-Oriented Design (classes, objects, inheritance, polymorphism, abstraction, encapsulation)
  • Interfaces and Abstract Classes
  • Collections Framework
  • Exception Handling
  • File I/O
  • Basic Data Structures and Algorithms

Structure

  • src/: Java source files organized by topic/package

Getting Started

  1. Ensure JDK 8+ is installed.
  2. Compile: javac -d out
  3. Run: java -cp out Main (or the respective class with public static void main)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages