Difference between abstract class and interface
Answer Posted / sudhakar
An Abstract class contains both abstract and non abstract methods.but the interface contains only abstract methods.
Abstract methods declared with the keyword Abstract where interface declared with interface keyword.
By using interface concept multiple inheritance is support.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
What is a virtual memory? : .NET Architecture
What is a managed code? : Dot net architecture
what are constructors and destructors?
Explain dma? : Dot net architecture
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
Why only boxed types can be unboxed?
5. Wcf- Session Managment
Explain about validation?
Explain about httpruntime.cach.get(); method?
Whate are resource files? How are they used in .net?
Explain .net mobile automatic paging? : Microsoft dot net mobile
Explain about generation?
Explain hard disk? : Dot net architecture
What are the different pipelining hazards and how are they eliminated? : Dot net architecture