Object / class in python
Ask by Anonymous User
Updated 04 Jul 2018
Python Classes/Objects :
Python is an object oriented programming language(Oop's concept). Almost everything in Python is an object,with methods.
Create a Class:
Create Object:
Object Methods:
Objects can also contain methods. Methods in objects are functions that belongs to the object.
class Person: