Re: Confessions of an "OO Foreigner"
From: Thane Hubbell (thaneh_at_softwaresimple.com)
Date: 12/31/03
- Next message: Peter E.C. Dashwood: "Re: Confessions of an "OO Foreigner""
- Previous message: Peter E.C. Dashwood: "OT Golf WAS Re: CoBOL moved to OO"
- In reply to: Peter E.C. Dashwood: "Re: Confessions of an "OO Foreigner""
- Next in thread: Peter E.C. Dashwood: "Re: Confessions of an "OO Foreigner""
- Reply: Peter E.C. Dashwood: "Re: Confessions of an "OO Foreigner""
- Reply: Howard Brazee: "Re: Confessions of an "OO Foreigner""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Dec 2003 15:35:16 -0800
"Peter E.C. Dashwood" <dashwood@enternet.co.nz> wrote in message news:<3ff13759_9@news.athenanews.com>...
> "William M. Klein" <wmklein@nospam.netcom.com> wrote in message
> news:IY8Ib.11519$lo3.3414@newsread2.news.pas.earthlink.net...
> > FYI - if you want to use the "returned value" from an object
> reference/method,
> > you MAY use the
> >
> > Move object-reference::method-name (param-n)
> >
> > syntax (called "inline object reference")
> >
>
> Only if it is early bound (and early binding stinks IMO).
>
> Pete.
Not true - inline method invocation works with late binding provided
the object reference is a universal object reference (which requires
late binding). I also disagree with you - performance wise, late
binding is bad.
That said - I had a long post written on another thread and Google ate
it.
In it I apologized to Judson for implying he didn't understand OO.
Second I said that OO has not yet fulfilled it's promise - but that it
soon will.
Model based programming is made possible by OO. In addition "web
services" are made possible by OO syntax. SOAP means Simple OBJECT
Access Protocol. With these advances OO - being Objects AS A SERVICE
- will fulfill its promise.
- Next message: Peter E.C. Dashwood: "Re: Confessions of an "OO Foreigner""
- Previous message: Peter E.C. Dashwood: "OT Golf WAS Re: CoBOL moved to OO"
- In reply to: Peter E.C. Dashwood: "Re: Confessions of an "OO Foreigner""
- Next in thread: Peter E.C. Dashwood: "Re: Confessions of an "OO Foreigner""
- Reply: Peter E.C. Dashwood: "Re: Confessions of an "OO Foreigner""
- Reply: Howard Brazee: "Re: Confessions of an "OO Foreigner""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|