Difference between abstract class and interface
Answer Posted / prada
Abstract classes can inherit interfaces while
interfaces cannot inherit abstract classes
but class can implement more than one interface.
The members of the interface are public with no
implementation. Abstract classes can have protected
parts,static methods, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain hard disk and what is its purpose? : .NET Architecture
what is the method while we are using adapter and dataset ?
how to change row background color in gridview
Use of Enable view state ? if turn off what happen ?
What is the use of web.config?
server.transfer limitation ?
what is the difference between master page and content page?
How cache is used? : Dot net architecture
Define a virtual memory? : Dot net architecture
Explain the difference between state server and sqlserver : Dot net architecture
Define cache? : Dot net architecture
What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?
What is difference between .net and visual studio?
What is the purpose of cache? How is it used? : Dot net architecture
how to delete the record using data reader