1.

What is the use of _init_ ? When is it called? Explain with an example.

Answer»

1. _init_ help to create objects and instances in the parent class.

2. It reserves the memory to the members of the class.



Discussion

No Comment Found