What is the difference between procedural and OO development?
oop
Solution
How's about this for a succinct description:
Procedural Programming is primarily organized around "actions" and "logic". OOP is primarily organized around "objects" and "data". OOP takes the view that what we really care about are the objects we want to manipulate rather than the logic required to manipulate them.
Problem
Of course, I can explain it in whole books. But I read a few days ago, that in a application talk, it is often asked and they expect a answer in 2-5 sentence, that should be very clear and show that you udnerstand the material. I tried a few times to collect the answer in 2 sentence but don't get a good one.