oops-concepts
There are 47 repositories under oops-concepts topic.
SamirPaulb/object-oriented-design
Grokking the Object Oriented Design Interview
Surajv311/myCS-NOTES
Handwritten Notes 🖊| DS-Algo | Competitive Programming ✅ | OS | DBMS | Networks | OOPS | 🔥
dev-madhurendra/OOPs
This repository is your one-stop resource for exploring Object-Oriented Programming (OOP) concepts in different programming languages.
kinshuk-code-1729/Object-Oriented-Programming-and-Methodology
This repository contains some basic programs of C++ that depict the OOPS Concepts.
iamayan2011/Projects
A project based on Object Oriented Programming in C++ using File Handling System
kiruba-r11/Academic-Performance-Evaluator
A project to evaluate the Academic Performance of a student using his/her Attendance, Internal marks and External marks. It is a sample project to practice the basics of Kotlin and its OOPS concepts.
Shruthi-Sivagnanam/Oops-Lab-programs
Java core concepts
Pabitra-33/JAVA
This repository contains comprehensive collection of Java programs covering fundamental to advanced concepts.
satyamshorrf/OOPs
Multiple Languages Code
adarshgupta0040/OOPS-in-CPP
This repository contains Object-Oriented Programming (OOP) concepts in C++.
DhineshSDET/Selenium_NunitTestFW
Repository covers Selenium Testing using C# Nunit Test FW Methods
DixPatel009/NewsApp
This project is a simple example of using Swift with MVVM and Clean architecture for news related app.
Lord-Lava/YogaApp-Android
Android App for booking Yoga Classes
Puneet-Pal-Singh/OOPS-using-CPP
This Programs implements Object-Oriented Programming Concept using C++.
rishabhjaiswal155/Advanced-Python
Exception Handling, Logging, Assertions, File Handling, Pickling Unpickling, OOP's Concepts, Garbage Collection, Multithreading, Regular Expression, Web Scrapping, Shallow Copy vs Deep Copy, Python Database Connectivity, Pydoc, Python UnitTesting with Selenium, pytest with selenium.
rstar900/SOLID-Principles-CPP
Example of C++ code to demonstrate SOLID Principles.
saddamarbaa/object-oriented-programming-concepts
==> I made this repository to post my code and document my progress while Learning Object-Oriented Programming Concepts (OOP)
Sambhav-Gautam/ZooSystem
Zoo Management System (ZOOtopia)
Saurabhdimri06/HackerRank_Solutions
This repository holds solutions to some of the hackerrank problems in languages - C++ , JAVA and PYTHON
ydv-kanchan/Java
This repository contains Core Java concepts and examples, from basics to advanced topics such as OOP, exception handling, collections, multithreading, and generics. It is designed for practice, learning, and reference.
Amogha027/Clash-of-Clans
Extended the code base of a terminal game in Python.
Amogha027/Enhanced-xv6
Tweaked the existing xv6 by adding system calls, three other scheduling policies, namely FCFS, PBS, MLFQ, and copy on write fork.
Amogha027/Jetpack-Joyride
A 2D game similar to Jetpack Joyride built in C++ using OpenGL
Anshul619/Golang
This repository contains learning material and "how to dos" in GoLang
anuragrokade/-Hospital-Management-System-
A Console-based mini project for a Hospital Management System 🏥. This project seamlessly incorporates key Object-Oriented Programming (OOPs) concepts and Java Database Connectivity (JDBC). The tech stack is built on Core Java, ensuring robust functionality and seamless integration with the MySQL database system.
AvirupMazumder/Geekdemy-Challenge-Geektrust
Solution for Geektrust backend challenge with standard design patterns using Java.
Dharma-DX/OOPsConcept
OOPConcepts This repository provides detailed explanations and examples of Object-Oriented Programming (OOP) concepts and design principles in C#. It covers Encapsulation, Inheritance, Polymorphism, and Abstraction, along with various types of inheritance and polymorphism, to help developers apply these concepts in their projects.
kunalarya873/Complete_WebDevelopment_Bootcamp
In this repository, I have demonstrated a deep understanding of web development through complex, well-structured code and comprehensive documentation. My in-depth knowledge is evident in the efficient and scalable solutions I have implemented, showcasing my expertise in the field.
reshniVisionX/Online_Banking_Management_System
Created a console project for online banking management with OOP principles and MySQL database. Features include ATM withdrawals with OTP, automatic OTP and Account Number generation , and admin, employee, and customer roles.
Shahbaz1234567/All_OOPS_Concepts
All oops concepts like static, this, super keyword and Getter_setter, Constructor, Inheritance, Abstraction, Interface, Polymorphism, runtime_or_dynamicBinding
Adarsh-singh-2002/OOPS_PYTHON
Object Oriented Programming is one of the most important aspects of modular coding. Although every language has the same OOP principles, It generally differs in syntax and how we can apply in the language specific projects. Here, Is a the explanation of same using python
adityaPorwal14/cpp-oops-practice
Practice codes for Object-Oriented Programming (OOP) concepts in C++. Includes examples of classes, objects, inheritance, polymorphism, encapsulation, abstraction, and more.
ashna-verma/Quine-McKlusky
Karnaugh maps solver is a web app that takes the truth table of a function as input, transposes it onto the respective Karnaugh map and finds the minimum forms SOP and POS according to the visual resolution method by Maurice Karnaugh, American physicist and mathematician. Implementation of the Quine - McKlusky algorithm in C++
ishanvats7/The-Maze-Game
Built a C++ console-based maze game with real-time W/A/S/D controls and random maze generation. Implemented a backtracking algorithm to find the optimal path with the fewest turns and tracked player movements. Designed a scoring system rewarding logic and speed, with time penalties adjusted by maze size for balanced difficulty.
prakhyatsinghal/OOPS---LLD
Implementation of OOPs Principles in Java.
vinay-patel22/Object-Oriented-Programming-Java
Explore Object-Oriented Programming (OOP) concepts in Java with this repository. Includes code examples, conceptual questions, and explanations of key OOP principles like inheritance, polymorphism, encapsulation, and more. Ideal for mastering OOP in Java.