Difference between abstract class and interface
Answer Posted / kajal
In interface there is no implementation of any method.In
Interface you can declare methods there but you can't not
implement it.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
What are the important principles of soa (service oriented architecture)?
What is difference between Desktop, Client Server & Web based applications?
What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?
inprocess vs out process session state : Dot net architecture
What is .net mobile input validation. Explain with an example? : Microsoft dot net mobile
What does the term "green architecture" mean? : .NET Architecture
Waht is Dot net Arcitecture
I can't be bothered with cas. Can I turn it off?
Difference between type constructor and instance constructor?
Explain the types of memory management? : .NET Architecture
Explain about the base class library provided by microsoft.net?
Explain cache memory? : .NET Architecture
Explain about .net garbage collector?
How is the using() pattern useful? What is idisposable?