Click here to Skip to main content
15,902,299 members
Home / Discussions / C#
   

C#

 
AnswerRe: crystal Report Pin
vamsimohan2110-Apr-06 22:12
vamsimohan2110-Apr-06 22:12 
QuestionMDI Control. Pin
User 226147410-Apr-06 20:58
User 226147410-Apr-06 20:58 
QuestionVarious Screen resolutions Pin
AB777110-Apr-06 20:32
AB777110-Apr-06 20:32 
AnswerRe: Various Screen resolutions Pin
alexey N10-Apr-06 22:22
alexey N10-Apr-06 22:22 
QuestionMultiple Inheritance Pin
panalprasad10-Apr-06 20:05
panalprasad10-Apr-06 20:05 
AnswerRe: Multiple Inheritance Pin
V.10-Apr-06 20:23
professionalV.10-Apr-06 20:23 
GeneralRe: Multiple Inheritance Pin
panalprasad10-Apr-06 20:52
panalprasad10-Apr-06 20:52 
GeneralRe: Multiple Inheritance Pin
imsathy10-Apr-06 21:21
imsathy10-Apr-06 21:21 
consider a situation where classA which has a function f()

classB and classC are childs of classA. hence they both have the same copy of f().

now consider classD inherits both classB and classC (multiple inheritance) in which case there will be a ambiguity as to which copy of f() is called since both of them have the same.

inorder to avoid this complexity c# provides a multiple inheritance of interfaces and not classes since u give the definitions of the functions in the class which implements them

sathy
GeneralRe: Multiple Inheritance Pin
V.10-Apr-06 21:31
professionalV.10-Apr-06 21:31 
AnswerRe: Multiple Inheritance Pin
mav.northwind10-Apr-06 21:34
mav.northwind10-Apr-06 21:34 
Questiontracking usernames using c# Pin
vamsimohan2110-Apr-06 19:58
vamsimohan2110-Apr-06 19:58 
AnswerRe: tracking usernames using c# Pin
J4amieC10-Apr-06 21:43
J4amieC10-Apr-06 21:43 
GeneralRe: tracking usernames using c# Pin
vamsimohan2110-Apr-06 22:10
vamsimohan2110-Apr-06 22:10 
Questionhow to convert vc++ to c# Pin
ramyasangeet10-Apr-06 19:41
ramyasangeet10-Apr-06 19:41 
AnswerRe: how to convert vc++ to c# Pin
Christian Graus10-Apr-06 20:03
protectorChristian Graus10-Apr-06 20:03 
Questionhow to log the key press done when IE alone is in focus? Pin
LMHP10-Apr-06 19:19
LMHP10-Apr-06 19:19 
QuestionFast question Pin
papa198010-Apr-06 18:32
papa198010-Apr-06 18:32 
AnswerRe: Fast question Pin
thomasa10-Apr-06 21:53
thomasa10-Apr-06 21:53 
GeneralRe: Fast question Pin
papa198010-Apr-06 22:17
papa198010-Apr-06 22:17 
AnswerRe: Fast question Pin
thomasa11-Apr-06 0:58
thomasa11-Apr-06 0:58 
GeneralRe: Fast question Pin
papa198011-Apr-06 2:09
papa198011-Apr-06 2:09 
GeneralRe: Fast question Pin
thomasa11-Apr-06 2:51
thomasa11-Apr-06 2:51 
QuestionCreating user permissions in asp.net and c# Pin
deepak110-Apr-06 13:53
deepak110-Apr-06 13:53 
QuestionUsing Treeview control in asp.net and c# Pin
deepak110-Apr-06 13:49
deepak110-Apr-06 13:49 
AnswerRe: Using Treeview control in asp.net and c# Pin
Judah Gabriel Himango10-Apr-06 15:27
sponsorJudah Gabriel Himango10-Apr-06 15:27 

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.