Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using a C++ library in C# Pin
Alexander Kojevnikov5-Aug-03 23:17
Alexander Kojevnikov5-Aug-03 23:17 
GeneralRe: Using a C++ library in C# Pin
eggie56-Aug-03 8:42
eggie56-Aug-03 8:42 
GeneralRe: Using a C++ library in C# Pin
leppie6-Aug-03 8:35
leppie6-Aug-03 8:35 
Generalin Add-in Project Pin
don7cry5-Aug-03 22:30
don7cry5-Aug-03 22:30 
GeneralWeb Browser & TabPage Issue Pin
User 4624785-Aug-03 21:21
User 4624785-Aug-03 21:21 
GeneralRe: Web Browser & TabPage Issue Pin
monrobot136-Aug-03 3:09
monrobot136-Aug-03 3:09 
GeneralMultiple Inheritance Pin
J. Dunlap5-Aug-03 18:59
J. Dunlap5-Aug-03 18:59 
GeneralRe: Multiple Inheritance Pin
Furty5-Aug-03 21:29
Furty5-Aug-03 21:29 
Based on your own diagrams, if scenario 1 isn't possible, then scenario 2 couldn't be.

While you cannot have multiple inheritance in c#, your classes can implement as many Interfaces as you like. It's sometimes limiting, but also essential given the object structure of .Net, and the type-safe system it uses.

What are the two classes you'd like to derive from? Is there any way you can merge them into one bigger class that could be inherited from? If you just need to knwo that certain methods or properties ar available in each of your classes, have you looked into implementing an Interface?
GeneralRe: Multiple Inheritance Pin
tidge6-Aug-03 4:43
tidge6-Aug-03 4:43 
GeneralRe: Multiple Inheritance Pin
tidge6-Aug-03 4:45
tidge6-Aug-03 4:45 
Generalhowto search SQL Server Pin
don7cry5-Aug-03 16:47
don7cry5-Aug-03 16:47 
GeneralRe: howto search SQL Server Pin
Alex Korchemniy5-Aug-03 18:31
Alex Korchemniy5-Aug-03 18:31 
GeneralRe: howto search SQL Server Pin
don7cry5-Aug-03 20:31
don7cry5-Aug-03 20:31 
GeneralRe: howto search SQL Server Pin
Alexander Kojevnikov5-Aug-03 23:27
Alexander Kojevnikov5-Aug-03 23:27 
GeneralRe: howto search SQL Server Pin
Alexander Kojevnikov6-Aug-03 3:38
Alexander Kojevnikov6-Aug-03 3:38 
GeneralHelp with P/Invoke question in Win NT 4.0! Pin
CodeFriendly5-Aug-03 14:45
CodeFriendly5-Aug-03 14:45 
GeneralRe: Help with P/Invoke question in Win NT 4.0! Pin
Alex Korchemniy5-Aug-03 18:30
Alex Korchemniy5-Aug-03 18:30 
GeneralRe: Help with P/Invoke question in Win NT 4.0! Pin
CodeFriendly5-Aug-03 20:26
CodeFriendly5-Aug-03 20:26 
GeneralDial Up Pin
deanoA5-Aug-03 14:44
deanoA5-Aug-03 14:44 
QuestionHow to do partial Regex matching? Pin
Alvaro Mendez5-Aug-03 12:04
Alvaro Mendez5-Aug-03 12:04 
AnswerRe: How to do partial Regex matching? Pin
Arun Bhalla5-Aug-03 13:38
Arun Bhalla5-Aug-03 13:38 
AnswerRe: How to do partial Regex matching? Pin
Julian Bucknall [MSFT]5-Aug-03 14:42
Julian Bucknall [MSFT]5-Aug-03 14:42 
GeneralSet the currentcell doesnt work in form load Pin
Ista5-Aug-03 9:50
Ista5-Aug-03 9:50 
GeneralRe: Set the currentcell doesnt work in form load Pin
Marc Clifton5-Aug-03 14:13
mvaMarc Clifton5-Aug-03 14:13 
GeneralRe: Set the currentcell doesnt work in form load Pin
Furty5-Aug-03 16:37
Furty5-Aug-03 16:37 

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.