main
April 18th, 2024    

CIS 2.55
Main
Files
Syllabus
Overview
Links
Homeworks

UPLOAD HOMEWORKS

Notes
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
Bayes (src)

Tests
Sample Midterm
Sample Final

Misc
Arithmetics
Fourier Mult

Notes 0015

Object Oriented Programming

(Read chapters 10, 11, and 12 of Programming Perl book)

Just found a REALLY good tutorial: http://www.perldoc.com/perl5.6.1/pod/perltoot.html. No point in me writing all this stuff :-)

Basically the only thing that's important about OOP in Perl is that Perl doesn't provide any direct OO features. C++ and Java have a "class" concept. In Perl, there is a package (namespace) concept, which along with hashes we use as our objects. More on this in class.



































© 2006, Particle