Decoupling Operations from the Data it Operates On…
Jun.09, 2007 in
Article
Firstly you might ask why you would want to do this, and it is a valid question. After all, in the OO paradigm we usually bind data and its operations together. Thus creating fully functional objects. It is often good that an object knows what it can do with its own data and how it [...]
