-
Notifications
You must be signed in to change notification settings - Fork 0
Constructors are generally used for instantiating an object. The task of constructors is to initialize(assign values) to the data members of the class when an object of the class is created. In Python the __init__() method is called the constructor and is always called when an object is created.
VaibhavMojidra/Python---Demo-Constructors
About
Constructors are generally used for instantiating an object. The task of constructors is to initialize(assign values) to the data members of the class when an object of the class is created. In Python the __init__() method is called the constructor and is always called when an object is created.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published