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 |
Whats new features in Visual Studio 2012?
Explain difference between state server and sqlserver? : .NET Architecture
Explain cache? : Dot net architecture
Explain <mobile:link> element .net mobile with example? : Microsoft dot net mobile
how to use custom field validation
Explain about httpruntime.cach.get(); method?
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 on hardware that converts the ascii value to binary? : .NET Architecture
Explain the race around condition? : .NET Architecture
if i want to validate all the control on web page how i will do
What is the purpose of cache? : Dot net architecture
What do you know about machine.config file ?
What is CLR,MSIL and Jit Compiler and their roll in .net