oop-python class,object and constractor-1

 

#its like template
class employee:
def __init__(self,fname,lname,salary): #constractor
self.fnamek=fname
self.lnamek=lname
self.salaryk=salary
#pass likhle error ashe na ,noile just class khule rakhle error ashto
#pass


#alada alada value decchi template a
munna= employee("maruf","hasan",50000)
shohan= employee("mehadi","hasan",40000)

print(munna.fnamek,shohan.salaryk)

Comments

Popular posts from this blog

D WEB LINK