http://qs321.pair.com?node_id=1033285


in reply to Re^2: what means concrete in perlglossary/role - a concrete set of behaviors?
in thread what means concrete in perlglossary/role - a concrete set of behaviors?

Am I missing something ... the glossary says "interface without inheritance." Not sure where you're getting "interface without implementation."

-derby
  • Comment on Re^3: what means concrete in perlglossary/role - a concrete set of behaviors?

Replies are listed 'Best First'.
Re^4: what means concrete in perlglossary/role - a concrete set of behaviors?
by Corion (Patriarch) on May 13, 2013 at 12:33 UTC

    Yeah - so it doesn't even run counter to that.

Re^4: what means concrete in perlglossary/role - a concrete set of behaviors?
by Anonymous Monk on May 13, 2013 at 20:19 UTC

    I took it to mean:

    • abstract : Interface without implementation
    • normal : Interface, implementation, and inheritance if you feel like it
    • concrete : Implementation in stone, no inheritance allowed.

Re^4: what means concrete in perlglossary/role - a concrete set of behaviors?
by Anonymous Monk on May 13, 2013 at 13:08 UTC