Explain me what is the difference between an abstract class and an interface?
Answer / Bhole Nath Mishra
An abstract class can contain implementation details, as well as abstract methods that must be implemented by derived classes. An interface only defines a contract that specifies what members should exist in a class, but does not provide any implementation. Multiple classes can implement the same interface, while a class can inherit from one abstract class.
| Is This Answer Correct ? | 0 Yes | 0 No |
How will u load dynamic assembly? How will create assemblies at run time?
What is loosely coupled solution in.net?
What is dot net architecture?
What is the difference between response.redirect & server.transfer?
how can i create a table from front end to back end in wabe page?
Explain what are possible implementations of distributed applications in .net?
When we go for html server controls and when we go for web server controls?
What is the difference between custom control and web control?
How to debug failed assembly binds?
Can "this" be used within a static method?
Explain how do assemblies find each other?
How many types of generations are there in a garbage collector?