Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 480 Bytes

File metadata and controls

9 lines (6 loc) · 480 Bytes

Object-Oriented Programming II - Final Project

Streaming Menu Simulation in C++

Introduction:

The Streaming Menu simulation project is a fundamental demonstration of Object-Oriented Programming II (OOP) principles in C++. The objective is to model a simplified streaming service menu where the user can interact and consult the different catalog the streaming menu has, and can see the information, this project made emphasis on hierarchy, polymorphism, and encapsulation.