Click here to Skip to main content
15,915,869 members
Home / Discussions / C#
   

C#

 
QuestionMerging Datasets Pin
oceanexplorer29-Jun-07 0:18
oceanexplorer29-Jun-07 0:18 
AnswerRe: Merging Datasets Pin
Urs Enzler29-Jun-07 0:28
Urs Enzler29-Jun-07 0:28 
GeneralRe: Merging Datasets Pin
oceanexplorer29-Jun-07 0:41
oceanexplorer29-Jun-07 0:41 
QuestionPause Form Pin
M. J. Jaya Chitra29-Jun-07 0:05
M. J. Jaya Chitra29-Jun-07 0:05 
AnswerRe: Pause Form Pin
Martin#29-Jun-07 0:14
Martin#29-Jun-07 0:14 
AnswerRe: Pause Form Pin
Urs Enzler29-Jun-07 0:29
Urs Enzler29-Jun-07 0:29 
AnswerRe: Pause Form Pin
Christian Graus29-Jun-07 0:39
protectorChristian Graus29-Jun-07 0:39 
AnswerRe: Pause Form Pin
Mircea Puiu29-Jun-07 1:40
Mircea Puiu29-Jun-07 1:40 
QuestionWeb Service functions parameters Pin
Zahid Rsons29-Jun-07 0:01
Zahid Rsons29-Jun-07 0:01 
AnswerRe: Web Service functions parameters Pin
blue_arc29-Jun-07 1:03
blue_arc29-Jun-07 1:03 
GeneralRe: Web Service functions parameters Pin
Zahid Rsons29-Jun-07 23:56
Zahid Rsons29-Jun-07 23:56 
Questionmultiple inheritance workaround? Pin
donovan.solms28-Jun-07 22:48
donovan.solms28-Jun-07 22:48 
AnswerRe: multiple inheritance workaround? Pin
Manas Bhardwaj28-Jun-07 22:54
professionalManas Bhardwaj28-Jun-07 22:54 
AnswerRe: multiple inheritance workaround? Pin
Vasudevan Deepak Kumar28-Jun-07 22:54
Vasudevan Deepak Kumar28-Jun-07 22:54 
AnswerRe: multiple inheritance workaround? Pin
Kevin McFarlane29-Jun-07 0:32
Kevin McFarlane29-Jun-07 0:32 
GeneralRe: multiple inheritance workaround? Pin
donovan.solms28-Jun-07 23:45
donovan.solms28-Jun-07 23:45 
AnswerRe: multiple inheritance workaround? Pin
Mircea Puiu29-Jun-07 1:48
Mircea Puiu29-Jun-07 1:48 
In C#, multiple inheritance is not an option, you may only inherit from one base class.
If you are not satisfied with the "interface" approach, then you might consider extending one class and creating a member of the new class of the type implemented by your second class. That way, you'll be able to benefit from the methods of the second class.




SkyWalker

Questionsort generic collection Pin
arkiboys28-Jun-07 22:24
arkiboys28-Jun-07 22:24 
AnswerRe: sort generic collection Pin
Vasudevan Deepak Kumar28-Jun-07 22:55
Vasudevan Deepak Kumar28-Jun-07 22:55 
AnswerRe: sort generic collection Pin
aamironline29-Jun-07 1:41
aamironline29-Jun-07 1:41 
GeneralRe: sort generic collection Pin
arkiboys29-Jun-07 2:02
arkiboys29-Jun-07 2:02 
GeneralRe: sort generic collection Pin
arkiboys29-Jun-07 2:03
arkiboys29-Jun-07 2:03 
Questionabout installing IE toolbar Pin
ravindra_p28-Jun-07 21:52
ravindra_p28-Jun-07 21:52 
QuestionAbout SHA class Pin
Weiye Chen28-Jun-07 21:50
Weiye Chen28-Jun-07 21:50 
AnswerRe: About SHA class Pin
Vasudevan Deepak Kumar28-Jun-07 22:56
Vasudevan Deepak Kumar28-Jun-07 22:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.