|
Soooo... I think I get it. By abstracting I can clear myself of the specific details of the software and concetrate myself on the code as a whole. This would be acheived by deviding the code into objects that interact with eachother and therefor if something ain't working I just need to focus on the specific object that handles that function instead of the whole program itself. Is that it?
|