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
State and explain about microsoft.net?
Explain difference between inprocess vs out process session state? : .NET Architecture
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
How do I prevent concurrent access to my data?
What is cache coherency and how is it eliminated? : Dot net architecture
define cache memory? : Dot net architecture
Explain about the base class library provided by microsoft.net?
What is password attribute of the textbox control of .net mobile? : Microsoft dot net mobile
Define cache coherency? : Dot net architecture
what are constructors and destructors?
Differnce between managed code and unmanaged code ?
Whate are resource files? How are they used in .net?
Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile
Explain about continuable exceptions?
Why am I getting an invalidoperationexception when I serialize an arraylist?