Re: Interesting take on Paradigms (OO vs Procedural)




"Pete Dashwood" <dashwood@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:6555ibF2e9upbU1@xxxxxxxxxxxxxxxxxxxxx

[snip]

"Structures" are NOT "objects" and there therefore is a good reason for
not
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>


.



Relevant Pages

  • meta-class subclass relationships
    ... Suppose that A inherits from B. ... the A class object responds to all the B class object ... subclass/superclass relationship. ... The above superclass chain reflects how a message to the class A object ...
    (comp.lang.ruby)
  • Re: Interesting take on Paradigms (OO vs Procedural)
    ... If 'class object' inherits ... Objects have a 'structure' but it is not a COBOL structure (level ... hierarchy). ...
    (comp.lang.cobol)
  • inheriting from dataset
    ... Hey all, ... If I create a class that inherits from dataset how do I populate the dataset ... if the class object becomes the dataset? ...
    (microsoft.public.dotnet.languages.vb)