Python - Constructors and Object Initialization
You want to create a class
Employee where the constructor has default values for department as 'Sales' and salary as 50000. You also want to allow creating an employee with just a name. Which constructor definition is correct?