Two abstract classifications
-
Magnitude - things that can be compared to each other.
-
Number - things that can perform arithmetic
Three specific classes
-
Integer - comparable and arithmetic
-
Char - comparable but not arithmetic
-
Complex - arithmetic but not comparable