Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: Re: Re: Ancient Philosophy And Programming Languages

by cyocum (Curate)
on May 02, 2004 at 10:14 UTC ( [id://349792]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Ancient Philosophy And Programming Languages
in thread Ancient Philosophy And Programming Languages

The only problem I have with your argument (and it is a very good point) is that, in Java at least, you still must have an object which derives from Object. Even if all the methods are declared static, the object still must derive from Object. This is true even in Perl. As long as you bless a reference, you derive from UNIVERSAL.

In the case of C++, I think that you are more correct. C++ only encourages OO but I am still impressed by the way it only really encourages Abstract Data Types (remember you can over load how operators work) rather than Objects (which lack the ability to act like data types). I realize that I may have to think about the differences between Abstract Data Types and Objects.

  • Comment on Re: Re: Re: Re: Ancient Philosophy And Programming Languages

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Ancient Philosophy And Programming Languages
by theon (Beadle) on May 02, 2004 at 19:51 UTC
    In Java you have int, and base types. That't exactly what you said in your initial post, but I fail to see why what is ok with Java (we can use Integer instead of int) is not ok with C++ (we can use Integer instead of int and DerivedFromObject instead of NotDerivedFromObject). Only user-defined types are Objects in Java, I would say it's not enough to fit your first category (at least, real OO languages are probably better examples).

      I can see your point and you are correct. I will definately have to think about this to get my story completely straight. Thanks!.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://349792]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (8)
As of 2024-04-18 08:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found