views:

32

answers:

1

Which OOP style do you think leads to more structred and efficent code?

+1  A: 

Efficience and structure of code not depends on OOP model.

gandjustas
I agree with the comment regarding efficiency but I think that it is reasonable to say that the code structure does depend on the style
Chris McCauley
The OO style does influence how the code is structured if it is structured, but neither will inevitably lead to an objectively "better" structure.
delnan