/digital_base_conversion

A small project developed to build classes with the goal to perform conversion between digital bases.

Primary LanguageJava

Digital Base Conversion


Description

This project contains classes with goal to help in conversions between digital bases in mode for speed the wok of any user while does the conversion.

Supported Conversions

  • Binary To Decimal
  • Decimal To Binary
  • Binary To Octal
  • Octal To Binary
  • Decimal To Octal
  • Octal To Decimal

Applied Concepts

  • Oriented Object Programming
  • Strategy
  • Abstract Factory