About multi level and multiple inheritance how to achieve in
.net ?
Answers were Sorted based on User's Feedback
.net supports directly to the multi level
inheritance.but .net doesnot support the multiple
inheritance directly instead of that we use interface used.
for example,multilevel inheritance
class a
{
-----
-----
-----
}
class b : a
{
-----
-----
-----
}
class c : b
{
----
----
----
}
multiple inheritance - interface
--------------------------------
interface a
{
-----
-----
-----
}
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / akila
we achive multilevel multiple inheritance in .net as like
java
| Is This Answer Correct ? | 2 Yes | 1 No |
Does the system.exception class have any cool features?
Which is faster dictionary or list?
What are sessions in c#?
explain DIFFERENCE BETWEEN CLASS AND MODULE?
Difference between multi-level and multiple inheritance?
how to store the value in textbox using delegates if we have two user control. the value will be called from one user control to another user control. Loading and unloading will be done through delegates.
how to implement a web service in .net
What is the difference between a constant and a static readonly field?
what is a constructor?
5 Answers Amazon, Amdocs, Choice Solutions,
Define multicast delegate? How it be used?
How many bytes is a char c#?
is it possible to inherit a class but methods declared in the class should not be inheritable i possible how?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)