0

Can anyone learn me the consept of classes?

4th Sep 2016, 2:10 AM
Haroon Mahmood
Haroon Mahmood - avatar
3 Answers
+ 4
Refer Python crash course book (page no 162 ) its about classes concept with valid examples https://www.pdfdrive.com/python-crash-coursepdf-e33417142.html
2nd Nov 2020, 7:06 AM
Neha Nikam
Neha Nikam - avatar
+ 2
Consider Car as a class. Now we can have some properties associated with this class Person such as, This class can have attributes , color, topSpeed... etc.. this is attributes of the Class. Car class may have some core functionality such as – drive,signal ... etc Now we have class which have name,properties or attributes,common functions Now ,we are going to create objects of the class Object BMW ,withc color red,topSpeed 200mph ,and our bmw can drive , signal We can create many objects from this class!(Mersedes,Volkswagen.. etc) Hope this is helpful for you
28th Sep 2016, 9:12 AM
Andrew Williams
Andrew Williams - avatar
+ 2
thanks bro
7th Mar 2017, 4:43 AM
Haroon Mahmood
Haroon Mahmood - avatar