Coding

SOLID design problem

Hello, I’m challenged to make a tempConverter with SOLID. It has to convert from Celcius, Kelvin, and Fahrenheit. Now I thought of using an interface called ItemConvert with the classes Celcius, Fahrenheit, and Kelvin implementing Read more…

By Umar Khan, ago