Click here to Skip to main content
15,901,426 members
Home / Discussions / C#
   

C#

 
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 
QuestionHow to set a desktop wallpaper Pin
Albu Marius28-Jun-07 21:42
Albu Marius28-Jun-07 21:42 
AnswerRe: How to set a desktop wallpaper Pin
Martin#28-Jun-07 22:00
Martin#28-Jun-07 22:00 
AnswerRe: How to set a desktop wallpaper Pin
Albu Marius28-Jun-07 22:21
Albu Marius28-Jun-07 22:21 
AnswerRe: How to set a desktop wallpaper Pin
Giorgi Dalakishvili28-Jun-07 23:40
mentorGiorgi Dalakishvili28-Jun-07 23:40 
GeneralRe: How to set a desktop wallpaper Pin
Albu Marius29-Jun-07 0:53
Albu Marius29-Jun-07 0:53 
Question(winforms) making a window unselectable Pin
ruanr28-Jun-07 21:35
ruanr28-Jun-07 21:35 
AnswerRe: (winforms) making a window unselectable Pin
ruanr28-Jun-07 21:58
ruanr28-Jun-07 21:58 
GeneralRe: (winforms) making a window unselectable Pin
Urs Enzler28-Jun-07 22:00
Urs Enzler28-Jun-07 22:00 
GeneralRe: (winforms) making a window unselectable Pin
ruanr28-Jun-07 22:44
ruanr28-Jun-07 22:44 

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.