Difference between abstract class and interface
Answer Posted / uttam
1.)
abstract class contains the the incomplete data while
interface contains the complete data.
2.)
the new class in necessary to inherit the abstract class &
give it own body & then it becomes complete
while in case of interface the new class inherits the
interface ti use it`s data contained.
| Is This Answer Correct ? | 21 Yes | 26 No |
Post New Answer View All Answers
Why only boxed types can be unboxed?
What is ILDASM ?
difference between Response.write,server.transfer and also which one is used when ?
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
Can I customise the trace output?
how to make and display a form without title bar?
What are library functions?
What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?
What is the problem with .net generics?
Explain the types of memory management? : Dot net architecture
What is the difference between metadata and menifest ?
what is tracing? Where it used?
Explain about httpruntime.cach.get(); method?
What is MS chart control in visual studio?
What is difference between .net and visual studio?