DoraTheodora / JavaCalculator

The team project was to develop a functional calculator in Java. This project demonstrates the power of object-oriented concepts like classes, objects, methods, aggregation, composition, etc. The data structure we used in this project is the stack for the infix and postfix algorithms. We used SWING framework to build the graphical interface. Also, we had to create detailed documentation about the code, the testing and the design of the software.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

The team project was to develop a functional calculator in Java. This project demonstrates the power of object-oriented concepts like classes, objects, methods, aggregation, composition, etc. The data structure we used in this project is the stack for the infix and postfix algorithms. We used SWING framework to build the graphical interface. Also, we had to create detailed documentation about the code, the testing and the design of the software.

License:MIT License


Languages

Language:Java 100.0%