how do u achieve multilevel inheritance in .NET ?
Answer Posted / gopal
Creating a new class from an existing class is known as
inheritence.
Multilevel inheritence:
Creating a new class from already Derived Class is
known as Multilevel Inheritence.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is new in the .net 2.0 class library?
Explain the race around condition? How can it be overcome? : Dot net architecture
Explain about common language infrastructure?
Does .NET runtime offer Deterministic Destruction or not?
how to create applications by using Visual Studio 2012?
What size is a .net object?
Explain pipelining? : .NET Architecture
How to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
What is WPF and WCF?
Explain .net mobile automatic paging? : Microsoft dot net mobile
What are the types of application software?
What is the use of TPL DATAFLOW?
What is Video Streaming in .net??
Can I create my own permission set?
Session State and can i store desirialized object in state server, if yes how and if not why.