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

Re: Re: Which language would be most helpful?

by tall_man (Parson)
on Feb 02, 2003 at 17:37 UTC ( [id://232017]=note: print w/replies, xml ) Need Help??


in reply to Re: Which language would be most helpful?
in thread Which language would be most helpful?

...it only has inheritance of interface and no implementation inheritance. (Java does both of the above, C++ only has the later).

C++ supports implementation inheritance if you use pure virtual base classes (which is a good thing to do, by the way). Another way that C++ can do something like implementation inheritance is via generic programming (templates), which Java has yet to support.

I recommend C++ because it is multi-paradigm. It can be used for procedural, object-oriented, and generic programming... just like perl.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-03-29 07:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found