1.

What is _init_?

Answer»

What is _init_?
_init_ is a private as well as LANGUAGE defined function in phython.
Its ACTS as the constructor. It is also defined as to initialize default values to CLASS variables. And to invoke a class and to load the class into memory.



Discussion

No Comment Found