Question: QUESTION 13 You are given the following code: class Employee **Common base class for all employees def __init__(self, name= salary=0,date=); self empName = name self
QUESTION 13 You are given the following code: class Employee **Common base class for all employees" def __init__(self, name= salary=0,date=""); self empName = name self empSalary = salary self empDate= date def print all(self) print(self . empName,self empSalary,self empDate) x=Employee("John", 15000, "20/1/2018") setattrx x printallo Fill in the gaps so that the ouput of the program will be: Fatma 15000 20/1/2018
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
