Click here to Skip to main content
16,012,223 members
Home / Discussions / C#
   

C#

 
GeneralSaving TreeView Structure into a Binary Tree Data Structure Pin
vchalla19-Oct-04 23:04
vchalla19-Oct-04 23:04 
GeneralHttpWebRequest.GetResponse takes long time Pin
Member 140279719-Oct-04 22:58
Member 140279719-Oct-04 22:58 
GeneralRe: HttpWebRequest.GetResponse takes long time Pin
yoaz19-Oct-04 23:33
yoaz19-Oct-04 23:33 
GeneralRe: HttpWebRequest.GetResponse takes long time Pin
Member 140279720-Oct-04 1:07
Member 140279720-Oct-04 1:07 
GeneralRe: HttpWebRequest.GetResponse takes long time Pin
yoaz20-Oct-04 4:21
yoaz20-Oct-04 4:21 
QuestionWhy C# (and .NET) does not support multiple-class-inheritance? Pin
Salil Khedkar19-Oct-04 22:43
Salil Khedkar19-Oct-04 22:43 
AnswerRe: Why C# (and .NET) does not support multiple-class-inheritance? Pin
Steve Maier20-Oct-04 5:37
professionalSteve Maier20-Oct-04 5:37 
GeneralRe: Why C# (and .NET) does not support multiple-class-inheritance? Pin
Salil Khedkar20-Oct-04 20:47
Salil Khedkar20-Oct-04 20:47 
Hey thanks buddy, that’s right. Rose | [Rose] I think, I should frame my interview answer as follows:

(1) As one of the core features, .NET platform targets to support multiple languages. The internal constructs of each language compiler to implement MI differ.
(2) The cost of implementing MI (especially due to above mentioned reason) is quite high as MI is relatively rarely used in most OOP designs. For those rare situations, interface based MI, which does not involve much of an overhead and complexities, can be used.
(3) A language or platform supporting MI becomes rather complex from developer as well as the compiler writer perspective because of the confusion involved in casting, member references ambiguity, serializing and so on. .NET aims to be a clean and intuitive platform.

Howz that? Wink | ;)
GeneralRe: Why C# (and .NET) does not support multiple-class-inheritance? Pin
Steve Maier21-Oct-04 3:43
professionalSteve Maier21-Oct-04 3:43 
GeneralRe: Why C# (and .NET) does not support multiple-class-inheritance? Pin
Salil Khedkar24-Oct-04 22:59
Salil Khedkar24-Oct-04 22:59 
QuestionCan any one help me? Pin
MoustafaS19-Oct-04 22:18
MoustafaS19-Oct-04 22:18 
AnswerRe: Can any one help me? Pin
J4amieC19-Oct-04 22:42
J4amieC19-Oct-04 22:42 
GeneralRe: Can any one help me? Pin
Anonymous19-Oct-04 22:56
Anonymous19-Oct-04 22:56 
GeneralAny One Help plz Pin
Anonymous19-Oct-04 22:10
Anonymous19-Oct-04 22:10 
General,Any One Help plz Pin
Anonymous19-Oct-04 22:08
Anonymous19-Oct-04 22:08 
Generalsync Pin
hagay_ar19-Oct-04 21:30
hagay_ar19-Oct-04 21:30 
GeneralRe: sync Pin
yoaz19-Oct-04 23:38
yoaz19-Oct-04 23:38 
Generalon timer Pin
ppp00119-Oct-04 21:12
ppp00119-Oct-04 21:12 
GeneralRe: on timer Pin
Stefan Troschuetz19-Oct-04 21:19
Stefan Troschuetz19-Oct-04 21:19 
GeneralRe: on timer Pin
Salil Khedkar19-Oct-04 22:52
Salil Khedkar19-Oct-04 22:52 
Questionhow to Add history to menu...? Pin
Kiran Satish19-Oct-04 20:39
Kiran Satish19-Oct-04 20:39 
AnswerRe: how to Add history to menu...? Pin
Stefan Troschuetz19-Oct-04 21:58
Stefan Troschuetz19-Oct-04 21:58 
AnswerRe: how to Add history to menu...? Pin
benjymous19-Oct-04 22:00
benjymous19-Oct-04 22:00 
GeneralRe: how to Add history to menu...? Pin
Kiran Satish20-Oct-04 12:30
Kiran Satish20-Oct-04 12:30 
GeneralListView Column Header Font Change Pin
Tony D. Abel19-Oct-04 13:44
Tony D. Abel19-Oct-04 13: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.