does .NET support multiple inheritance ?
Answers were Sorted based on User's Feedback
Answer / tushar
no .net does not supports it. but if we want to implement
multiple inheritance using interface
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / nagaraja.b
No.It does not support multiple inheritance. But it can
achieved by interfacew.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sonu sharma
Dot Net does not Support multiple inheritance b/c in
multiple inheritance more than one Super class & one child
class. In supar class may the same mathod in both class &
compiler Does Not understands which method call.
| Is This Answer Correct ? | 1 Yes | 0 No |
how to create applications by using Visual Studio 2012?
0 Answers TryTechnicals Pvt Ltd,
how many types of controls are there in windows and web application?
Can you Explain <mobile:link> element .net mobile with example? : Microsoft dot net mobile
Explain the Lapsed Listener problem in .net
How to delete the duplicate records from table(having bulk records)?
What does the term "green architecture" mean? : .NET Architecture
Define cache? : Dot net architecture
What is MS chart control in visual studio?
Explain how to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
What does the term "green architecture" mean? : Dot net architecture
What is cache coherency and how is it eliminated? : .NET Architecture
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture