does .NET support multiple inheritance ?
Answers were Sorted based on User's Feedback
Answer / subramanyam
dotnet doesnot support multiple inheritance instead it
supports multiple interface concept
Is This Answer Correct ? | 51 Yes | 2 No |
Answer / swathi
No Dot net supports single Inheritance concept.
Is This Answer Correct ? | 36 Yes | 5 No |
Answer / ranjit.k
no . net does not support multiple inheritance but can be
achieved by using interfaces.
Is This Answer Correct ? | 26 Yes | 1 No |
Answer / chetan patel
Dot Net Does Not Support Multiple Inheritance, But We Can
achieve this using Interface.
Is This Answer Correct ? | 23 Yes | 2 No |
Answer / ranjana tyagi
.net support multiple inheritance by using interface.
Is This Answer Correct ? | 19 Yes | 2 No |
Answer / seetaramaiahm
No. Dot net doesnot support multiple inheritance, but using
interfaces we can tell dotnet support multiple inheritance.
Is This Answer Correct ? | 15 Yes | 2 No |
Answer / anand
It support the mutiple inhertance throw interface
Is This Answer Correct ? | 4 Yes | 0 No |
how u maintain data while navigating one page to another?
what is inheritancy where u required ?
What is the difference between SAX Parser and DOM Parser?
Explain about .net garbage collector?
11. diff b/w Dll and Exe
What are the different pipelining hazards and how are they eliminated? : Dot net architecture
i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?
question related to table havi colspan and row span
How many types of assemblies are there in the visual studio.net?
Explain about continuable exceptions?
what is the need of vss to developer?
What is WPF and WCF?