Name : perl-Class-Classless
| |
Version : 1.35
| Vendor : N0i_Net
|
Release : 1.n0i.1
| Date : 2005-08-01 02:32:27
|
Group : Development/Libraries
| Source RPM : perl-Class-Classless-1.35-1.n0i.1.src.rpm
|
Size : 0.07 MB
| |
Packager : Marius Feraru < altblue_n0i_net>
| |
Summary : Framework for classless OOP
|
Description :
In class-based OOP frameworks, methods are applicable to objects by virtue of objects belonging to classes that either provide those methods, or inherit them from classes that do. In classless OOP frameworks (AKA delegation-and-prototypes frameworks), what methods an object is capable of is basically an attribute of that object. That is, in Perl terms: instead of methods being entries in the symbol table of the package/class the object belongs to, they are entries in a hash table inside the object. Inheritance is implemented not by having classes inheriting from other classes (via ISA lists), but by having objects inherit from other objects (via PARENTS lists).
|
RPM found in directory: /packages/linux-pbone/archive/reb00t.com/fedora/6/perl |