File: why.pod

package info (click to toggle)
libclass-prototyped-perl 1.11-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 544 kB
  • sloc: perl: 1,448; makefile: 8
file content (30 lines) | stat: -rwxr-xr-x 448 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
=pod

=head1 Why Class::Prototyped?

=head1 Background: Prototypes vs. Classes

=head2 The "usual way": classes

=head2 Object orientation without classes

=head2 What are Prototypes

=head2 Prototypes and Self

=head1 What Class::Prototyped can do for you

Class::Prototyped and Design Patterns

	Singleton objects without explicit classes

	Adapters

	Proxies

	Wrappers

Aspect-Oriented Programming and Class::Prototyped

=cut
# vim: set ft=pod