File: README

package info (click to toggle)
libclass-insideout-perl 1.14-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 504 kB
  • sloc: perl: 944; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
For examples, see the objects used in testing located in t/Object/.

In particular, t/Object/Animal.pm and the subclasses in t/Object/Animal/
show typical object inheritance techniques.

For an example of foreign/black-box inheritance of an IO::File object,
see t/Object/Foreign.pm.