Re: Interesting take on Paradigms (OO vs Procedural)
- From: "Charles Hottel" <chottel@xxxxxxxxxxxxx>
- Date: Fri, 28 Mar 2008 22:57:57 -0400
"Rick Smith" <ricksmith@xxxxxxx> wrote in message
news:13uqu7i6r4oqh87@xxxxxxxxxxxxxxxxxxxxx
"Pete Dashwood" <dashwood@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:6555ibF2e9upbU1@xxxxxxxxxxxxxxxxxxxxx
[snip]
"Structures" are NOT "objects" and there therefore is a good reason fornot
retaining the procedural nomenclature; neither are "procedures"
"methods",
just because on the surface they appear to be similar.
I am sure you have that reversed. I agree that structures
are not objects, because objects have a "vtable" or vector
table to redirect procedure calls ... oops ... method
invocations to the correct code. If 'class object' inherits
from 'class structure', then an object is a structure! <g>
Objects have a 'structure' but it is not a COBOL structure (level
hierarchy).
.
- References:
- Interesting take on Paradigms (OO vs Procedural)
- From: Rick Smith
- Re: Interesting take on Paradigms (OO vs Procedural)
- From: Howard Brazee
- Re: Interesting take on Paradigms (OO vs Procedural)
- From: Rick Smith
- Re: Interesting take on Paradigms (OO vs Procedural)
- From: Howard Brazee
- Re: Interesting take on Paradigms (OO vs Procedural)
- From: Rick Smith
- Re: Interesting take on Paradigms (OO vs Procedural)
- From: Pete Dashwood
- Re: Interesting take on Paradigms (OO vs Procedural)
- From: Rick Smith
- Interesting take on Paradigms (OO vs Procedural)
- Prev by Date: Re: Interesting take on Paradigms (OO vs Procedural)
- Next by Date: Re: Interesting take on Paradigms (OO vs Procedural)
- Previous by thread: Re: Interesting take on Paradigms (OO vs Procedural)
- Next by thread: Re: Interesting take on Paradigms (OO vs Procedural)
- Index(es):
Relevant Pages
|