does .NET support multiple inheritance ?
Answer Posted / sonu sharma
Dot Net does not Support multiple inheritance b/c in
multiple inheritance more than one Super class & one child
class. In supar class may the same mathod in both class &
compiler Does Not understands which method call.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
deference between display and visibility property of CSS
.Net Frame work arch?
What actually happes when you add a something to arraylistcollection ?
Difference between type constructor and instance constructor?
What is cache coherency and how is it eliminated? : .NET Architecture
What is parallel computing?
Can you explain control extenders?
Is dim fs as filestreamobject is a managed code? : Dot net architecture
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
Does application frame need host?
Explain the difference between l1 and l2 cache? : Dot net architecture
What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?
Can you explain update progress control?
When do I need to use gc.keepalive?
What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?