Skip to content
#

object-oriented-analasis-design

Here are 16 public repositories matching this topic...

Covers design and implementation of object oriented programs using the C++ language. This is an intensive course covering: design strategies used in object oriented design, essentially all of the Standard C++ Programming Lanaguage, and its Standard Library. A typical class will introduce some part of the C++ language, present a design principle …

  • Updated Apr 17, 2017
  • C++

Design of a Flight Reservation System to keep track of all tickets, flights and passengers. The system is able to track what flights are available and what is the current capacity for different flights. If someone wants to book a ticket, they can register themselves as a passenger by providing certain details. Once a passenger has registered the…

  • Updated Dec 22, 2020
  • Java

Ticket Machine (based on Poznan ZTM) with system design and analytic. Created at the University as the project within Object-oriented Analysis and Design classes in 2014. The purpose of this project was to try create parts of system in different technologies by every member of the team and collect into one single working app. Also to learn how t…

  • Updated Feb 16, 2018
  • CSS

Improve this page

Add a description, image, and links to the object-oriented-analasis-design topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the object-oriented-analasis-design topic, visit your repo's landing page and select "manage topics."

Learn more