Re: Interesting take on Paradigms (OO vs Procedural)
- From: "Rick Smith" <ricksmith@xxxxxxx>
- Date: Fri, 28 Mar 2008 18:01:42 -0500
"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>
.
- Follow-Ups:
- Re: Interesting take on Paradigms (OO vs Procedural)
- From: Charles Hottel
- Re: Interesting take on Paradigms (OO vs Procedural)
- 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
- Interesting take on Paradigms (OO vs Procedural)
- Prev by Date: Re: Confessions of a CoBOL programmer
- Next by Date: Re: Confessions of a CoBOL programmer
- 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
|
|