I got two classes, "A" and "B". In the application logic no one is allowed to create an object of class "B", except for class "A". But, since I dont want to have the two classes in the same file I cant restrict it with the "private" properity.
O bu tür bir kısıtlama oluşturmak mümkün mü? Başka biri daha sonra "A" sınıfı "B" bir nesne oluşturmak için çalışırsa, defol demek!?