nixrajput /
bus-reservation-system-cpp
This repository contains the Bus Reservation System Management project developed using Object Oriented Programming (OOP) and File Handling concepts in C++.
76/100 healthLoading repository data…
KeremOzcn / repository
This repository contains my projects, assignments, and practice code for the Object-Oriented Programming (OOP) course. It includes implementations of core OOP concepts such as classes, inheritance, polymorphism, encapsulation, and abstraction, written in C++.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository contains multiple projects and examples developed as part of my Object-Oriented Programming (OOP) course. These projects demonstrate the principles of OOP, such as encapsulation, polymorphism, and modular design, using practical scenarios like reservation systems, library management, bank account management, and geometric calculations.
Each project focuses on a specific real-world application of OOP concepts. These examples aim to provide a comprehensive understanding of how to design, implement, and use object-oriented programs effectively.
A system that allows customers to book services such as hotel rooms. It demonstrates:
Customer, Service, and Reservation.Key Files:
Customer.cpp, Customer.hReservation.cpp, Reservation.hService.cpp, Service.hmain.cppSample Features:
A project that manages books, members, and borrowing operations in a library. It demonstrates:
Key Files:
Book.cpp, Book.hMember.cpp, Member.hLibrary.cpp, Library.hmain.cppSample Features:
Selected from shared topics, language and repository description—not editorial ratings.
nixrajput /
This repository contains the Bus Reservation System Management project developed using Object Oriented Programming (OOP) and File Handling concepts in C++.
76/100 healthTonyStark-19 /
This repository contains a collection of C++ programs covering Object-Oriented Programming (OOP) concepts and Data Structures & Algorithms (DSA).
59/100 healthA simple program to simulate bank account operations such as deposits and withdrawals. It highlights:
Key File:
BankAccount.cppFeatures:
A program for calculating the area and perimeter of a rectangle. It showcases:
Key File:
Rectangle.cppFeatures:
oop-projects/
│
├── Reservation System/
│ ├── Customer.cpp
│ ├── Customer.h
│ ├── Reservation.cpp
│ ├── Reservation.h
│ ├── Service.cpp
│ ├── Service.h
│ └── main.cpp
│
├── Library Management/
│ ├── Book.cpp
│ ├── Book.h
│ ├── Member.cpp
│ ├── Member.h
│ ├── Library.cpp
│ ├── Library.h
│ └── main.cpp
│
├── Bank Account/
│ └── BankAccount.cpp
│
└── Geometry/
└── Rectangle.cpp
nhtlongcs /
This repository contains a collection of educational material and exercises for learning basic object-oriented programming in C++
harsh-borse-7 /
This repository contains a Hospital Management System implemented in C++, utilizing various concepts of object-oriented programming (OOP). The system offers a range of features to effectively manage hospital operations and patient information.
30/100 healthali-ghiax /
This repository contains C++ Object-Oriented Programming (OOP) codes from my second semester, including my practice programs and assignment solutions.
45/100 healthghulamhussainkhuhro /
This repository contain the solved exercises of book "Object Oriented Programing in C++ by Robert Lafore".
37/100 health