On 02/13/2014 12:39 PM, Janek Schleicher wrote:
Am 05.02.2014 23:30, schrieb kavita kulkarni:
Can somebody suggest me good book to learn/practice object oriented Perl
programming.
The usual answer is to study computer science.
OO programming is the same independet of language.
actually that isn't totally true. the concepts are fairly language
independent but some languages have better support for OO than others.
in particular it isn't hard to do OO even assembler (which i did) in
that i grouped common data together and called subs via attached
pointers. the biggest feature (which i generally don't like anyway) is
inheritance and that pretty much has to be in the language to be effective.
uri
--
Uri Guttman - The Perl Hunter
The Best Perl Jobs, The Best Perl Hackers
http://PerlHunter.com
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/