C
csharpula csharp
Hello,
I have a follwoing problem:
I got a class with members and I need to add another 2 classes which
will be childeren of this class but memebers from base class will now be
part of one of the child class. How can I modify my code ,I mean where I
refer to base which doesn't have those members anymore (because they are
in child). What is the best way to refactor this? Thanks!
I have a follwoing problem:
I got a class with members and I need to add another 2 classes which
will be childeren of this class but memebers from base class will now be
part of one of the child class. How can I modify my code ,I mean where I
refer to base which doesn't have those members anymore (because they are
in child). What is the best way to refactor this? Thanks!