# HOW MUCH

The answer to the question "How much" are quantities :

classDiagram class HowMuch class Quantity HowMuch <-- Quantity Quantity : +Number amount Quantity : +Enum~MeasureUnits~ unit

# QQuantity