A
ABC
as subject.
I have two classes, one is sealed class that will call or access the another
class properties or methods. But, now, the another class is for future use
and unknow what properties will add. I don't want to modify sealed class
when the another class properties or new methods added. Is there any best
strategies?
I have two classes, one is sealed class that will call or access the another
class properties or methods. But, now, the another class is for future use
and unknow what properties will add. I don't want to modify sealed class
when the another class properties or new methods added. Is there any best
strategies?