Skip to content

Object-Oriented Paradigm: This work for the Curricular Unit (CU) of Object-Oriented Programming (OOP) focuses on the analysis of simple real-world problems and the application of the Object-Oriented Paradigm in implementing possible solutions.

Notifications You must be signed in to change notification settings

Arantes19/Online-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online-Store

Motivation

The aim is to develop solutions in C# for real-world problems of moderate complexity. Classes will be identified, data structures defined, and the main processes that support these solutions will be implemented. We also aim to contribute to the proper writing of reports. Objectives

Consolidate fundamental concepts of the Object-Oriented Paradigm;

Analyze real problems; Develop programming skills in C#; Enhance software development experience; Assimilate the content of the Curricular Unit.

Chosen problem to be confirmed

Online store:

Description: Create an online store with classes representing products, customers, and orders. Features such as adding products to a cart, calculating the total price, and processing orders. Focus Areas: Class design, composition, encapsulation, inheritance.

How to check Doxygen documentation:

  1. Open "Documentation" folder
  2. Open "html" folder
  3. Open "index.html" file

How to execute the Application:

  1. Open "Application" folder
  2. Open solution
  3. Execute

About

Object-Oriented Paradigm: This work for the Curricular Unit (CU) of Object-Oriented Programming (OOP) focuses on the analysis of simple real-world problems and the application of the Object-Oriented Paradigm in implementing possible solutions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages