Click here to Skip to main content
15,880,956 members
Home / Discussions / C#
   

C#

 
GeneralRe: Why c# do not support Multiple Inheritance Pin
pasztorpisti24-Sep-12 1:53
pasztorpisti24-Sep-12 1:53 
GeneralRe: Why c# do not support Multiple Inheritance Pin
Pete O'Hanlon24-Sep-12 2:09
mvePete O'Hanlon24-Sep-12 2:09 
GeneralRe: Why c# do not support Multiple Inheritance Pin
pasztorpisti24-Sep-12 2:33
pasztorpisti24-Sep-12 2:33 
AnswerRe: WHY GIRLS DONT LIKE TO MARRY SOFTWARE ENGINEERS ????? Pin
Shameel21-Sep-12 1:48
professionalShameel21-Sep-12 1:48 
GeneralRe: WHY GIRLS DONT LIKE TO MARRY SOFTWARE ENGINEERS ????? Pin
pasztorpisti22-Sep-12 12:20
pasztorpisti22-Sep-12 12:20 
AnswerRe: Why c# do not support Multiple Inheritance Pin
Dave Doknjas21-Sep-12 6:02
Dave Doknjas21-Sep-12 6:02 
AnswerRe: Why c# do not support Multiple Inheritance Pin
jschell21-Sep-12 10:51
jschell21-Sep-12 10:51 
AnswerRe: Why c# do not support Multiple Inheritance Pin
pasztorpisti22-Sep-12 12:34
pasztorpisti22-Sep-12 12:34 
My opinion: Because multiple inheritance brings some problems to the langauge and its easier to go with single line inheritance and multiple interfaces. As an example I would mention C++ that supports multiple inheritance but has no interfaces. Because of this sometimes it occurs that you are forced to use virtual inheritance that usually isn't a clean solution compared to single line inheritance + interfaces. My experience is that virtual inheritance is avoided in C++ whenever possible because noone likes it. Besides that multiple inheritance can come handy but doesn't add more than the single line inheritance+interfaces solution that is automatically immune to virtual inheritance problems. Google "virtual inheritance" to find out more about this problem.
AnswerRe: Why c# do not support Multiple Inheritance Pin
Bernhard Hiller23-Sep-12 21:09
Bernhard Hiller23-Sep-12 21:09 
GeneralRe: Why c# do not support Multiple Inheritance Pin
Himanshu Yadav11-Oct-12 0:10
Himanshu Yadav11-Oct-12 0:10 
QuestionHow to have multiple DB back up activities running simultenously Pin
Sajeevsadan20-Sep-12 7:44
Sajeevsadan20-Sep-12 7:44 
AnswerRe: How to have multiple DB back up activities running simultenously Pin
Mycroft Holmes20-Sep-12 20:09
professionalMycroft Holmes20-Sep-12 20:09 
AnswerRe: How to have multiple DB back up activities running simultenously Pin
Shameel21-Sep-12 1:52
professionalShameel21-Sep-12 1:52 
QuestionAjax Tab Events And Gridview help Pin
HimalR820-Sep-12 0:57
HimalR820-Sep-12 0:57 
AnswerRe: Ajax Tab Events And Gridview help Pin
Pete O'Hanlon20-Sep-12 1:46
mvePete O'Hanlon20-Sep-12 1:46 
GeneralRe: Ajax Tab Events And Gridview help Pin
HimalR820-Sep-12 1:55
HimalR820-Sep-12 1:55 
GeneralRe: Ajax Tab Events And Gridview help Pin
Pete O'Hanlon20-Sep-12 2:10
mvePete O'Hanlon20-Sep-12 2:10 
Questionconnection of mssql 2008 to cloud in windows form application Pin
KUNWAR99920-Sep-12 0:07
KUNWAR99920-Sep-12 0:07 
AnswerRe: connection of mssql 2008 to cloud in windows form application Pin
Ingo20-Sep-12 1:38
Ingo20-Sep-12 1:38 
GeneralRe: connection of mssql 2008 to cloud in windows form application Pin
KUNWAR99920-Sep-12 5:30
KUNWAR99920-Sep-12 5:30 
GeneralRe: connection of mssql 2008 to cloud in windows form application Pin
Ingo20-Sep-12 5:51
Ingo20-Sep-12 5:51 
GeneralRe: connection of mssql 2008 to cloud in windows form application Pin
KUNWAR99920-Sep-12 6:07
KUNWAR99920-Sep-12 6:07 
AnswerRe: connection of mssql 2008 to cloud in windows form application Pin
Ingo20-Sep-12 6:15
Ingo20-Sep-12 6:15 
GeneralRe: connection of mssql 2008 to cloud in windows form application Pin
Pete O'Hanlon20-Sep-12 6:06
mvePete O'Hanlon20-Sep-12 6:06 
GeneralRe: connection of mssql 2008 to cloud in windows form application Pin
KUNWAR99921-Sep-12 3:29
KUNWAR99921-Sep-12 3:29 

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.