Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Naming of modules that are mean to be inherited only?

by valdez (Monsignor)
on Aug 11, 2007 at 14:06 UTC ( [id://631951]=note: print w/replies, xml ) Need Help??


in reply to Naming of modules that are mean to be inherited only?

Ciao Leocharre,

usually I create a dedicated namespace called Base, much like Abstract described above, where all the base classes are kept; then everytime I need a concrete class I 'use base' one of those classes. For example, DMS::Database::Configuration would use DMS::Base::Configuration as base.

Ciao, Valerio

  • Comment on Re: Naming of modules that are mean to be inherited only?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://631951]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-04-19 07:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found