Sep 7, 2018 · 1 min read
Kun Luo In most of the programming languages, class is a blueprint that defines the variables and the methods common to all objects of that class.
Here, we have a blueprint for person with few variables and methods, if you create person objects, you can see variables and methods on all the person objects which are defined already.
if you are still not clear, please feel free to comment your questions.
