Hi all,
I have 3 questions regarding classes.
1:- If I have a class, Class1, how do I get Class2 to inherit class1?
2:- Assuming that the above is possible, if Class1 contains a function,
Funct1, what scope keyword do I need so that Funct1 is only visible
to derived classes?
3:- Can the same be done with constants and varibles?
I'm using VB6 by the way...
Thanks for any input.
GST
I have 3 questions regarding classes.
1:- If I have a class, Class1, how do I get Class2 to inherit class1?
2:- Assuming that the above is possible, if Class1 contains a function,
Funct1, what scope keyword do I need so that Funct1 is only visible
to derived classes?
3:- Can the same be done with constants and varibles?
I'm using VB6 by the way...
Thanks for any input.
GST
Comment