Monthly Archives: July 2017

The most important facts about code reuse

Code reuse can happen in two levels, one simple and one advanced. At the simple level, you create a function and you use that function instead of copying and pasting. At the advanced level, in OOP you use inheritance, whereas … Continue reading

Posted in Development | Comments Off on The most important facts about code reuse