Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Object Orientation question

Re: Object Orientation question

From: John Russell <netnews_at_johnrussell.mailshell.com>
Date: Thu, 29 Nov 2001 20:43:29 GMT
Message-ID: <f17d0u4ri07b1js5n8mk16ke6h6244soot@4ax.com>


On Thu, 29 Nov 2001 10:23:25 -0600, "D" <asd_at_asdf.com> wrote:

>Hi Koert,
>
>Actually, no, your answer doesn't help at all but it made for entertaining
>reading and had a couple of good points. :)
>
>True, C++ compilers run through a bunch of "C" files. (I can see it on a
>step through) And I agree that there are 'probably' not any OO Assemblers.
>(that would ultimately be pointless, I think.) Where does that leave us? I
>should probably direct the question to a C++ group since it is a chicken/egg
>sort of question.

I guess it just means that all object-oriented systems are, at some level, created from a procedural one. There might be several levels of middleware (development environment written in a 4GL that was written in C++ that uses C that compiles to assembler). But at some point, there is a stage that's procedural. (Unless somewhere there is a computer with an object-oriented instruction set?)

So, it's kind of a moot point how Oracle could do it for the database. Everybody who does anything O-O is really using procedural stuff somewhere under the covers.

BTW, (responding to a later followup), in Oracle9i there is inheritance and various other O-O stuff that was not there before.

John Received on Thu Nov 29 2001 - 14:43:29 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US