Re: OO is not that great: many repeated codes
- From: "sjdevnull@xxxxxxxxx" <sjdevnull@xxxxxxxxx>
- Date: 24 Sep 2006 22:42:55 -0700
topmind wrote:
Java is hardly a good role model here. Forcing everything to be a member of
a class is not the same thing as enabling elegant code.
It appears that you are agreeing with the original claim that sometimes
procedural is less code than OO. Java is "bad" because it forces every
function to be a member of a class (or object)
Objects and classes are different things.
And yes, to many OO programmers Java is "bad" (or at least sub-optimal)
because it encourages everything to be part of a class; to a Smalltalk
or Python programmer, forcing everything to be in a class is very far
from what OO is about. There is a very large segment of "pure OO"
advocates who aren't big fans of the C++/Java-style class-oriented
verbosity.
.
- Follow-Ups:
- Re: OO is not that great: many repeated codes
- From: topmind
- Re: OO is not that great: many repeated codes
- References:
- OO is not that great: many repeated codes
- From: Shawn
- Re: OO is not that great: many repeated codes
- From: Phlip
- Re: OO is not that great: many repeated codes
- From: topmind
- OO is not that great: many repeated codes
- Prev by Date: Re: OO is not that great: many repeated codes
- Next by Date: Re: Abstract public member variales?
- Previous by thread: Re: OO is not that great: many repeated codes
- Next by thread: Re: OO is not that great: many repeated codes
- Index(es):
Relevant Pages
|