Overriding newbie question.
CobraStrikes_at_al.com
Date: 12/05/04
- Next message: Joachim Pense: "Re: Built in function for text cut-off?"
- Previous message: Willy Denoyette [MVP]: "Re: Value vs Reference Types"
- Next in thread: Richard Blewett [DevelopMentor]: "Re: Overriding newbie question."
- Reply: Richard Blewett [DevelopMentor]: "Re: Overriding newbie question."
- Messages sorted by: [ date ] [ thread ]
Date: 5 Dec 2004 11:23:37 GMT
Hi,
A control has
privtae void MethodA()
{
//etc
MethodB();
{
// NO CODE, THE PROGRAM WHICH WILL INHERIT THIS CONTROL WILL PROVIDE THE CODE.
}
I hope this make sense, I have tried using virtual and override without success the control always calls its own methodB
any help/thoughts will be appericated.
TIA
- Next message: Joachim Pense: "Re: Built in function for text cut-off?"
- Previous message: Willy Denoyette [MVP]: "Re: Value vs Reference Types"
- Next in thread: Richard Blewett [DevelopMentor]: "Re: Overriding newbie question."
- Reply: Richard Blewett [DevelopMentor]: "Re: Overriding newbie question."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|