why .net does not support multiple inheritance?
Answer Posted / satish kumar k
Languages that only allow single inheritance (such as Ada,
Objective-C, PHP, C#, Delphi/Free Pascal and Java) allow the
multiple inheritance of interfaces (called protocols in
Objective-C). Interfaces are essentially abstract base
classes with all abstract methods and no data members. The
problem is therefore avoided since there is always only one
implementation of a specific method or property and no
ambiguity arises
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What's typical about a windows process in regards to memory allocation in .net?
Explain webfarm vs webgardens in .net?
What is .net and why it is used?
What is .net environment?
What does il do?
Explain how garbage collection works?
What is .net3.5?
Explain Creational design pattern in .NET?
Explain the procedure to add assemly to gac to make it shared one?
What is COM Interoperability in .NET
Explain .net framework overview?
Explain what is a manifest in .net?
What data providers available in .net to connect to database?
How to convert a .NET object into COM operabililty?
What is different between webusercontrol and in webcustomcontrol?