Code:
class Comma {

};
This code works fine. My question is, even if I created 3 million Comma objects, would time or space be wasted on this class?