class University:
def __init__(self):
print("Result")
obj1 = University()
obj2 = University()
ekhane self
diye obj1 and obj2 er memory location er instances k dhortese.
class University:
def __init__(self):
print("Result")
obj1 = University()
obj2 = University()
ekhane self
diye obj1 and obj2 er memory location er instances k dhortese.