Functionality doesn't have to work on specific data; it can work on a class of data.
Separation of Data and Functionality
Functionality doesn't have to work on specific data; it can work on a class of data.
Hello readers, and welcome to my new blog. Inheritance (of OO) is a tricky business. When creating a sub-class, nothing clear is said about the purpose of this new sub-class, or the relation between it and its parent. One is forced to guess, based on... View Article