Click to See Complete Forum and Search --> : What is Subclassing?
badgers
Dec 30th, 1999, 02:31 AM
uh what is subclassing?
------------------
I am so skeptacle, I can hardly believe it!
Aaron Young
Dec 30th, 1999, 02:48 AM
Subclassing is when you create/modify something based on Something else, ie.
Taking a Base Class and Creating a Class that has everything the Base Class does plus some extra stuff, this is called a Sub-Class.
------------------
Aaron Young
Analyst Programmer
aarony@redwingsoftware.com
ajyoung@pressenter.com
badgers
Dec 30th, 1999, 02:51 AM
if the new class has everything the base does and more wouldn't that be a super class?
And have a sub class be a small section from a base class?
I am not trying to be sarcastic, it is just very new to me and I am trying to understand
thank you for your time and have a good day
------------------
I am so skeptacle, I can hardly believe it!
Serge
Dec 30th, 1999, 10:33 AM
Subclassing is a technique that enables you to intercept Windows messages being sent to a form or control. By intercepting these messages, you can then write your own code to change or extend the behavior of the object.
------------------
Serge
Software Developer
Access8484@aol.com
ICQ#: 51055819 (http://www.icq.com/51055819)
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.