how do u achieve multilevel inheritance in .NET ?
Answer Posted / naren
learn the concept interface first and u can implement
multilevel inheritence automatically.
| Is This Answer Correct ? | 6 Yes | 15 No |
Post New Answer View All Answers
What are the types of memory management? : Dot net architecture
what is polymorphism and advantage ?
What are the important principles of soa (service oriented architecture)?
Difference between type constructor and instance constructor?
I can't be bothered with cas. Can I turn it off?
Why only boxed types can be unboxed?
What is Object Caching in Visual Studio 2010?
What is IL code, CLR, CTS, GAC & GC?
What is ILDASM ?
what is the method while we are using adapter and dataset ?
What is the use of TPL DATAFLOW?
Can you explain server controls in atlas?
What is WPF and WCF?
What is the difference between absolute expiration and sliding-time expiration?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get