duff,

I have been giving some thought as to categorizing each section, kind of like how "Design Patterns" are always formated with a consistent set of sections and sub sections. Is this what you mean when you talk about taxonomy?

As for your note about "easy consumption", you are absolutely correct, I showed this to one of the interns we have at work, and he had to ask me alot of questions about various bits of terminology (encapsulation, polymorphism, etc). He is only a first year CS student and has had minimal OO experience, so he had seen the terms before, but was unclear on their meaning. So it seems that i may need to take a step back and define some of the other more fundemental elements of OO first, then move into the later topics.

Thank you much for the comments. I will keep them all in mind. I think today is the day for me to write version 2.0, assuming those pesky paying clients don't bug me :-)

-stvn

In reply to Re: Re: Re: Re: Re: Re: Object Terminology by stvn
in thread Object Terminology by stvn

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.