How to create a class and object in python / Concept of class and object in python
What is a class Concept of class can be better explained and understood by an example. Suppose an apartment of hundreds of flats need to be made. All the flats will be based on a design which is created by an architect. Now in future if more such flats need to constructed, then it can be easily done with the help of this design. This design can also be termed as a template or skeleton. Similar is the concept of a class. A class in an Object Oriented Programming language is a template, skeleton, blue print or design based on which objects are created. ARead More →