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 |
What's the c# syntax to catch any possible exception?
What are predicates in c#?
What is dynamic object in c#?
What is monitor in C#?
0 Answers TryTechnicals Pvt Ltd,
hi, is compulsory .net knowledge need for biztalk server training. if need, how far?.tell me some info abt real time instructors in hyd or other?
How does c# achieve polymorphism?
What are the properties of c#?
What are interfaces in c#?
What is the meaning of MSIL?
What is the delegates in c#?
In dynamic link library, which api is used for load library?
How does dll hell solve in .net?
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)