cpilkington78 / ASCIITranslator

Simple program to convert/translate binary, octal, and hexadecimal messages to its ASCII equivalent and display the message to the console window in ASCII whether the message is typed directly into the console window, or a path to a text file is provided.
0 stars 0 forks source link

Code is not object oriented. #2

Open cchampio opened 9 years ago

cchampio commented 9 years ago

DESCRIPTION:

The code is written in a very procedural manner. Let us refactor and use classes and interfaces to make it object oriented (let the objects do the work!).

cpilkington78 commented 9 years ago

Working on it!