toughcoder Newbie
Joined: 29 Nov 2003 Posts: 7
|
Posted: Jan 12th, 2004 12:12 PM Post subject: redeclaring functions of a implemented class? |
|
|
Greetings every1,
my problem is a little query. I'm sure many of u know the VBAccelerator Subclass & Timer Control. Ok, i got a project from VBAccelerator.com that shows Owner Drawn Buttons. Well, that project uses this control. What i wanna know is, within a class, I saw this particular line, 'Implement ISubclass'(ISubclass is the name of the subclassing dll). Also a few functions were defined in the class. What i want to know is, if we implement a particular class, should we define its functions in the implementing class. Consider the example
In class2, i'm implementing class1. Now should i declare all of class1's functions in class2 again?? _________________ If Not VB Then Exit
-----------------------------------------
visit me @ [link] |
|