in reply to Re: I dislike object-oriented programming in general
in thread I dislike object-oriented programming in general
The three main programming paradigms would obviously be "imperative", "logical" and "functional". Am I correct in believing that all three paradigms could host OOD practices ?
If that's the case, then we can say that the manner of abstraction is somewhat orthogonal to the operational semantics of the language:
Languages usually aspire to one paradigm (exceptions include languages like OCaml which implement both "imperative" and "functional" semantics).
Within languages, programmers often find ways to express other paradigms within the paradigm of the host language:
Anyone have any thoughts on this?
-David
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: I dislike object-oriented programming in general
by vrk (Chaplain) on Oct 20, 2007 at 09:14 UTC | |
Re^3: I dislike object-oriented programming in general
by educated_foo (Vicar) on Oct 20, 2007 at 16:14 UTC |