58e. 'init()' - we don't need it

we don't actually need the init() method.

As we can see in Day 69 Replit, Harry created the class Employee without init() method.

After asking God GPT, I found out this:

init.png

But as God GPT explained, it's not a good practice to not use init().