python-CSD-kursu/python-temel/classmethod.py~

10 lines
261 B
Python
Raw Normal View History

2023-08-03 23:34:21 +03:00
class Sample:
def __init__(self): # örnek metodu
self.a = 10
@staticmethod
def bar(): # statik metot
print('bar')
@classmethod # sınıf metodu