I have a an external library, where a class is defined.This class has been used in tens of my projects parts.I want to use a new implementation of this class in my project, without affecting other projects who use that library, nor affecting the other classes of libraries of that library.
↧