oops-in-java
There are 2124 repositories under oops-in-java topic.
Suryakant-Bharti/Important-Java-Concepts
🚀 Complete Java - A to Z ║ 📚 Notes and Programs of all Important Concepts of Java - OOPS, Data Structures, Algorithms, Design Patterns & Development + Kotlin + Android :fire:
sumitsojha88/Placement-Preparation
Complete roadmap for your placement or intern preparation!
kousiknath/LowLevelDesign
Various Low Level Object Oriented System Design problems are discussed in this space
anomaly2104/cache-low-level-system-design
Low level deisgn for cache system
RameshMF/object-oriented-design
Oops concepts and principles in Java.
anomaly2104/lld-parking-lot
Repository for low level design solution of parking lot
anomaly2104/chess-low-level-system-design
Repository contatining the low level system design of Chess.
anomaly2104/low-level-design-messaging-queue-pub-sub
We have to design a message queue supporting publisher-subscriber model.
disha2sinha/Object-Oriented-Programming-in-Java
This repository can act as a guide if you are trying to learn Java
arasgungore/CMPE160-projects
Three Java projects assigned for the Introduction to Object-Oriented Programming (CMPE 160) course in the Spring 2021 semester.
anomaly2104/coding-recipies
Recipies for good coding practices
vaibhavbichave/Java-OOPL
This repository contains the Assignment code of Object Oriented Programming Assignments of SPPU, Second Year IT Syllabus (2019 pattern)
recluzegeek/AirLineReservationSystem
A Java-based airline reservation system that uses Object-Oriented Programming. The system can manage customers, admins, flight booking and cancellation. It also includes many other features implemented in Java using OOP concepts like inheritance, encapsulation, association, and composition.
BhanuPrakashNani/Resume-Builder-Java
Resume Builder using Java and JDBC
javaistic/javaistic
the official website
thuongtruong1009/Snake-Game-OOP
🎛 The mini snake game support for my OOP final lab at university. They were designed by Java OOP and Java Swing GUI.
undiscovered-genius/JAVA
Udemy Course - Java Programming Masterclass for Software Developers. Instructor - Tim Buchalka
code-chaser/hotel-management-system
A hotel management system, made using object-oriented programming, multi-threading and file-handling in Java, that keeps records of guests & their bookings, rooms, admins, staff, etc.
mhamzap10/Parking-Management-System
Parking Management System is used to manage and solve the Parking Problems of the company/Institute. This project is build on Java using NetBeans.
PaulThomas20002/S3-OBJECT-ORIENTED-PROGRAMMING-LAB-IN-JAVA
S3-OBJECT-ORIENTED-PROGRAMMING-LAB-IN-JAVA KTU CSL 203
squillero/oop
Spare material and code bites from Object Oriented Programming @ Politecnico di Torino
hoangsonww/Inheritance-in-Java
📚 This repository features the power and applications of inheritance, encapsulation, and interfaces in Java. It includes examples of how to efficiently manage and organize objects, leveraging inheritance for code reusability and interfaces for implementing polymorphism.
dev-madhurendra/OOPs
This repository is your one-stop resource for exploring Object-Oriented Programming (OOP) concepts in different programming languages.
ValentineFernandes/OOPS
OOPS Java Programs
aboueleyes/the-conqueror
A single player turn-based empire building game.
muqrock/Student_Course_Enrollment_App
JAVA OOP PROJECT - This project is about Student Enrollment App where student can enroll in subject and pay
avinashbest/java-coding-ninjas
Interview Preparation on Data Structures & Algorithms in Java Programming Langugage.
devvsakib/java-100days
100 Days of Java. Spending 30Min to learn Java every day.
s-shemmee/Object-Oriented-Programming-Concepts
Object Oriented Programming Concepts Notes
Akarshjha03/Javaccino
Welcome to the Javaccino repository! This project aims to help beginners learn the fundamentals of Java programming, covering essential topics such as basic syntax, variables, data types, type casting, operators,, control flow statements, methods, loops, strings, arrays, functions, and basic I/O operations with OOPS concept & exception handling
Jitsu-13/Auction_Management_System
Automated Auction System is an Application Software that is used for the buying and selling of products. This software can be used by the auction companies who arrange the Auction. Various buyers and sellers are registered in the Auction company. Following are the lists of various users of the system and also the role of the users.
ahmedna126/java_leetcode_challenges
A collection of Java solutions for various LeetCode problems
anujvaghani0/DSA-Java
DSA in Java covers a wide range of algorithms, including sorting algorithms, searching algorithms, graph algorithms, and dynamic programming algorithms. The implementation and optimization of these algorithms require a solid understanding of data structures, such as arrays, linked lists, trees, and graphs, and their associated operations.