Difference between abstract class and interface
Answer Posted / abi
In Abstract class we can do implementation for its methods
but in interface we can not do implemantations for any of
ti's methods
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the race around condition? : Dot net architecture
Explain the difference between inprocess vs out process session state : Dot net architecture
Explain 'managed' mean in the .NET context
What is Video Streaming in .net??
What is a virtual memory? : Dot net architecture
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
Can I customise the trace output?
Can you explain update progress control?
What is gui programming? : .NET Architecture
What is the mesi? : Dot net architecture
How to upload in video,mp4,in .net 4.5 ..?
What is the access level of the visibility type internal?
Explain the difference between l1 and l2 cache? : Dot net architecture
what is diffrent beatween localprinter and networkprinter
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