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 |
What is a Windows Service and how does its lifecycle differ from a "standard" EXE?
IN C# if we click a field in the dropdownlist then i have to get the respected field details in the next textbox..........
If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Whate are resource files? How are they used in .net?
What are the five stages in a dlx pipeline? : Dot net architecture
What is the problem with .net generics?
what are constructors and destructors?
Can you explain control extenders?
Use of Enable view state ? if turn off what happen ?
How does .net remoting work?
What is Com Callable wrapper?when it will created?
how would you manage data if u were not to use sessions or cookies ?