Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 950 Bytes

File metadata and controls

27 lines (16 loc) · 950 Bytes

📦 OOP Project – Academic Year 2024/2025

📚 Multimedia Library

This repository contains the Object-Oriented Programming (OOP) project developed during the 2024/2025 academic year for the course taught by Professor Francesco Ranzato (SC1167 - Computer Science @UniPD).

The project demonstrates core OOP principles such as encapsulation, inheritance, polymorphism, and abstraction. It is designed following best practices in software design and aims to provide a clean, modular, and maintainable codebase.

🛠️ Technologies & Tools

  • Language: C++, Qt
  • IDE: VS Code

📁 Structure

  • src/: Source code of the application
  • test/: Unit tests
  • docs/: Documentation and UML diagrams (if applicable)

✅ Features

  • [List here the main functionalities your project implements]

🤝 Contributors