[AGDev-newbies] OOP was engines and code.
Richard Bennett
rbennett at southlink.us
Fri May 5 01:11:01 BST 2006
ah, I bow down to thee programming master. I think I got a little bit of the
OOP stuff. Let me see by writing back to you and telling ya what I think.
Ok, basically, you take something down and break it down to the most basic
level of existence and work at it from there.
Example:
you could take a human and make a class called human then create 2 instances
of that class called male and one called female, then you could break it up
even furthur by giving them each a different name such as Mary and John and
instead of having to give Mary her own properties(having to type them in all
over again) she would "inherit" the original properties from human and from
the sub class of female, likewise the John class would "inherit" the
properties from the sub class of Male. I think I got that right. Let me know
if I do. You made it sound so darn simple, that it makes me feel dumb, lol
BEAN
More information about the AGDev-newbies
mailing list