https://github.com/pradeepchegur/media_sharing_system_oops_model
This repository contains a simple C++ implementation of a media sharing system using object-oriented programming principles.
https://github.com/pradeepchegur/media_sharing_system_oops_model
cpp oops-in-cpp
Last synced: 3 months ago
JSON representation
This repository contains a simple C++ implementation of a media sharing system using object-oriented programming principles.
- Host: GitHub
- URL: https://github.com/pradeepchegur/media_sharing_system_oops_model
- Owner: pradeepchegur
- Created: 2024-05-08T04:32:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-08T04:35:45.000Z (about 1 year ago)
- Last Synced: 2025-01-22T00:34:23.146Z (5 months ago)
- Topics: cpp, oops-in-cpp
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Media_Sharing_System_OOPS_Model
This repository contains a simple C++ implementation of a media sharing system using object-oriented programming principles.# Features
* Supports two types of media: images and videos.
* Each media item has attributes such as name, date created, and size.
* Images have formats like JPEG, PNG, etc., while videos have formats like MP4, AVI, etc.
* Media items can be shared through Bluetooth, email, and WhatsApp.