Click here to Skip to main content
15,885,216 members
Home / Discussions / C#
   

C#

 
GeneralRe: WHY GIRLS DONT LIKE TO MARRY SOFTWARE ENGINEERS ????? Pin
Kenneth Haugland20-Sep-12 9:09
mvaKenneth Haugland20-Sep-12 9:09 
AnswerRe: Why c# do not support Multiple Inheritance Pin
Dave Kreskowiak20-Sep-12 17:25
mveDave Kreskowiak20-Sep-12 17:25 
GeneralRe: Why c# do not support Multiple Inheritance Pin
Paul Conrad20-Sep-12 18:53
professionalPaul Conrad20-Sep-12 18:53 
AnswerRe: Why c# do not support Multiple Inheritance Pin
Ingo20-Sep-12 23:25
Ingo20-Sep-12 23:25 
AnswerRe: Why c# do not support Multiple Inheritance Pin
Pete O'Hanlon20-Sep-12 23:49
mvePete O'Hanlon20-Sep-12 23:49 
GeneralRe: Why c# do not support Multiple Inheritance Pin
pasztorpisti23-Sep-12 9:13
pasztorpisti23-Sep-12 9:13 
GeneralRe: Why c# do not support Multiple Inheritance Pin
Pete O'Hanlon24-Sep-12 1:26
mvePete O'Hanlon24-Sep-12 1:26 
GeneralRe: Why c# do not support Multiple Inheritance Pin
pasztorpisti24-Sep-12 1:35
pasztorpisti24-Sep-12 1:35 
Yes, this was one thing I was thinking about because if you wanted to implement multiple inheritance on top of .Net then it would require you to introduce some anonymous base classes (that embody the single line inheritances inside the composite class) and then the composite class itself is just the syntactic sugar provided by the language and inaccessible by the other languages, and of course you would be unable to reach the anonymous classes (classes with auto-generated name) too from other languages. Only some parts of your code (with single line inheritance) could be reached from other languages. My statement about the possibility of providing multiple inheritance in a language on top of .Net still holds. The fact that they allowed just single line inheritance in .Net that is an intersection between languages was a wise decision though, read a list of reasonings about that somewhere.

modified 24-Sep-12 7:58am.

GeneralRe: Why c# do not support Multiple Inheritance Pin
Pete O'Hanlon24-Sep-12 1:47
mvePete O'Hanlon24-Sep-12 1:47 
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 
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 

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.