Class Variable and Instance Variable
When make "Card" class, the width and height is same and common. The pattern and number are different.
Class Variable(static variable, sharing variable)
Common properties all Instances have. ex) width, height
Instance Variable
Individual properties. ex) pattern, number
Last updated