comp.lang.ada
 help / color / mirror / Atom feed
* Re: the Ada object oriented-approach is stupid
       [not found] <01be184b$6c7cbac0$7a36e5c0@pearl>
                   ` (3 preceding siblings ...)
  1998-11-25  0:00 ` Pat Rogers
@ 1998-11-25  0:00 ` dennison
  4 siblings, 0 replies; 9+ messages in thread
From: dennison @ 1998-11-25  0:00 UTC (permalink / raw)


In article <01be184b$6c7cbac0$7a36e5c0@pearl>,
  "partha sarathi panda" <ppanda@rational.com> wrote:
> can anyone convince me on why the Ada object-oriented model does even
> compare with  the tight c++ one?
>
>
Perhaps you should join the thread ""Classes" as packages in Ada", already in
progress...

--
T.E.D.

-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: the Ada object oriented-approach is stupid
       [not found] <01be184b$6c7cbac0$7a36e5c0@pearl>
                   ` (2 preceding siblings ...)
  1998-11-25  0:00 ` Richard D Riehle
@ 1998-11-25  0:00 ` Pat Rogers
  1998-11-27  0:00   ` Larry Kilgallen
  1998-11-25  0:00 ` dennison
  4 siblings, 1 reply; 9+ messages in thread
From: Pat Rogers @ 1998-11-25  0:00 UTC (permalink / raw)


partha sarathi panda wrote in message
<01be184b$6c7cbac0$7a36e5c0@pearl>...
>can anyone convince me on why the Ada object-oriented model does
even
>compare with  the tight c++ one?


Why is a person from Rational asking this question?






^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: the Ada object oriented-approach is stupid
       [not found] <01be184b$6c7cbac0$7a36e5c0@pearl>
  1998-11-25  0:00 ` the Ada object oriented-approach is stupid Michael Stark
@ 1998-11-25  0:00 ` Brian Rogoff
  1998-11-25  0:00 ` Richard D Riehle
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Brian Rogoff @ 1998-11-25  0:00 UTC (permalink / raw)


On 25 Nov 1998, partha sarathi panda wrote:

> can anyone convince me on why the Ada object-oriented model does even
> compare with  the tight c++ one?

"Stupid" and "tight" are vague. If you ever master English well enough to
formulate the question precisely, someone may be able to give you a real
answer. The best I can do, given the brevity of this troll, is to mention
that Ada 95 does not combine the role of package/module into that of type 
to create a "class", as does C++ (which now has namespaces; so much for
"tight"!), and does not tie the notion of OO dispatch to pointer
semantics. 

-- Brian






^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: the Ada object oriented-approach is stupid
       [not found] <01be184b$6c7cbac0$7a36e5c0@pearl>
@ 1998-11-25  0:00 ` Michael Stark
  1998-11-25  0:00 ` Brian Rogoff
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Michael Stark @ 1998-11-25  0:00 UTC (permalink / raw)


partha sarathi panda wrote:
> 
> can anyone convince me on why the Ada object-oriented model does even
> compare with  the tight c++ one?

I wouldn't even try ;)

Seriously, the most important aspects of the OO model are language
independent.  As far as OOP languages go, C++ and Ada are closer to
each other than a "pure" OO language such as Smalltalk.  For example,
neither C++ nor Ada require classes to be derived from a root class 
Object, and both allow objects to be declared as variables as well as
allocated from the heap, while other OO languages require all objects
to be created dynamically. 

I am not claiming a lot of similarity between Ada & C++, just these
aspects of how classes work.  Again, the most important OO concepts
are language independent and used in requirements analysis and design.

Mike
-- 
Michael Stark
Goddard Research & Study Fellow
University of Maryland, College Park
e-mail: mstark@cs.umd.edu
phone: (301) 405-2721
"The term unprofessional is often used to characterize surprising or
threatening behavior.  Anything that upsets the weak manager is almost
by definition unprofessional"  -- Tom DeMarco, in "Peopleware"




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: the Ada object oriented-approach is stupid
       [not found] <01be184b$6c7cbac0$7a36e5c0@pearl>
  1998-11-25  0:00 ` the Ada object oriented-approach is stupid Michael Stark
  1998-11-25  0:00 ` Brian Rogoff
@ 1998-11-25  0:00 ` Richard D Riehle
  1998-11-26  0:00   ` Dale Stanbrough
  1998-11-27  0:00   ` Jim Easterbrook
  1998-11-25  0:00 ` Pat Rogers
  1998-11-25  0:00 ` dennison
  4 siblings, 2 replies; 9+ messages in thread
From: Richard D Riehle @ 1998-11-25  0:00 UTC (permalink / raw)


In article <01be184b$6c7cbac0$7a36e5c0@pearl>,
	"partha sarathi panda" <ppanda@rational.com> wrote:

>can anyone convince me on why the Ada object-oriented model does even
>compare with  the tight c++ one?
>

   "He convinced against his will is of the same opinion still."

   "For those who believe, no proof is necessary.  For those who
    do not, no proof is acceptable."

I wish I had attributions for these quotes, but they seem to suit the
tone of the inquiry.

Richard Riehle
richard@adaworks.com
http://www.adaworks.com




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: the Ada object oriented-approach is stupid
  1998-11-25  0:00 ` Richard D Riehle
@ 1998-11-26  0:00   ` Dale Stanbrough
  1998-11-27  0:00   ` Jim Easterbrook
  1 sibling, 0 replies; 9+ messages in thread
From: Dale Stanbrough @ 1998-11-26  0:00 UTC (permalink / raw)


partha sarathi panda wrote:

"can anyone convince me on why the Ada object-oriented model does even
 compare with  the tight c++ one?"


Could you please describe the important aspects of the C++ model in your
opinion? (although i doubt you will, so many postings of these sorts are
just "hit and run" from people who lack the intellectual integrity to 
actually seek the answers for the questions they ask).

Dale




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: the Ada object oriented-approach is stupid
  1998-11-25  0:00 ` Pat Rogers
@ 1998-11-27  0:00   ` Larry Kilgallen
  1998-11-27  0:00     ` Dr Amirez
  0 siblings, 1 reply; 9+ messages in thread
From: Larry Kilgallen @ 1998-11-27  0:00 UTC (permalink / raw)


In article <9eV62.403$Wj.3147@SnBeta>, "Pat Rogers" <progers@NOclasswideSPAM.com> writes:
> partha sarathi panda wrote in message
> <01be184b$6c7cbac0$7a36e5c0@pearl>...
>>can anyone convince me on why the Ada object-oriented model does
> even
>>compare with  the tight c++ one?
> 
> 
> Why is a person from Rational asking this question?

Presumably for the same reason anyone from any company might.

Did you think Rational was composed entirely of people devoted to Ada ?
Perhaps the purpose of the post is to disabuse you of that notion :-)

Larry Kilgallen




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: the Ada object oriented-approach is stupid
  1998-11-25  0:00 ` Richard D Riehle
  1998-11-26  0:00   ` Dale Stanbrough
@ 1998-11-27  0:00   ` Jim Easterbrook
  1 sibling, 0 replies; 9+ messages in thread
From: Jim Easterbrook @ 1998-11-27  0:00 UTC (permalink / raw)


In article <73hok7$s41@dfw-ixnews4.ix.netcom.com>, Richard D Riehle <LaoXhai@ix.netcom.com> wrote:
>
>   "He convinced against his will is of the same opinion still."

Benjamin Franklin? Dale Carnegie?

>   "For those who believe, no proof is necessary.  For those who
>    do not, no proof is acceptable."

Kenneth L. Woodward?

>I wish I had attributions for these quotes, but they seem to suit the
>tone of the inquiry.

A quich web search revealed the above authors. At least one of these
answers is incorrect.
-- 
Jim Easterbrook
BBC Research & Development                   <http://www.bbc.co.uk/rd/>
***     All opinions are mine and might not be shared by the BBC    ***




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: the Ada object oriented-approach is stupid
  1998-11-27  0:00   ` Larry Kilgallen
@ 1998-11-27  0:00     ` Dr Amirez
  0 siblings, 0 replies; 9+ messages in thread
From: Dr Amirez @ 1998-11-27  0:00 UTC (permalink / raw)


In article <1998Nov27.163354.1@eisner> Kilgallen@eisner.decus.org.nospam writes:
>In article <9eV62.403$Wj.3147@SnBeta>, "Pat Rogers" <progers@NOclasswideSPAM.com> writes:
>> partha sarathi panda wrote in message
>> <01be184b$6c7cbac0$7a36e5c0@pearl>...
>>>can anyone convince me on why the Ada object-oriented model does
>> even
>>>compare with  the tight c++ one?
>> 
>> 
>> Why is a person from Rational asking this question?
>
>Presumably for the same reason anyone from any company might.
>
>Did you think Rational was composed entirely of people devoted to Ada ?
>Perhaps the purpose of the post is to disabuse you of that notion :-)
>
>Larry Kilgallen

Grady Booch himself authored some C++ book, didn't he? :)
Dr Amirez






^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~1998-11-27  0:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <01be184b$6c7cbac0$7a36e5c0@pearl>
1998-11-25  0:00 ` the Ada object oriented-approach is stupid Michael Stark
1998-11-25  0:00 ` Brian Rogoff
1998-11-25  0:00 ` Richard D Riehle
1998-11-26  0:00   ` Dale Stanbrough
1998-11-27  0:00   ` Jim Easterbrook
1998-11-25  0:00 ` Pat Rogers
1998-11-27  0:00   ` Larry Kilgallen
1998-11-27  0:00     ` Dr Amirez
1998-11-25  0:00 ` dennison

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox