backward compatibility
1. using interface
1.1 using version number;
1.2 use the same interface to implement the different classes. The different classes would suitable for the different customers. the old one and the new one.
1.3 The customers use version number to get the class they want.
In this way, the old customer and new customer can use the functions they need. even the software has been upgraded.
2.
Last updated
Was this helpful?