does .NET support multiple inheritance ?
Answer Posted / 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 |
Post New Answer View All Answers
Can I customise the trace output?
Explain dotnet framework ?
Explain
any one can explain about projectarchitecture and project approach briefly
data types used in validation control
What are the major differences between services and web services?
Explain the race around condition? How can it be overcome? : Dot net architecture
How does .net remoting work?
What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
Explain the difference between primary & secondary storage device? : .NET Architecture
How can I create a application?
Explain How to improve the cache performance? : Dot net architecture
Difference between type constructor and instance constructor?
Explain different pipelining hazards and how are they eliminated? : .NET Architecture