+ 3
A class which is not used to create a object called ?
please explain or just give me ans only
1 ответ
+ 3
You could have a class that just preforms calculations. For example, you could have a 'temperature" class that simply takes in input and outputs the various temps in different units or preforms different calculations. That way you can overload the functions in the class to get the output you want.
Hope this helps.
-Craig