Difference between abstract class and interface
Answer Posted / gurvinder kaur
1.In interfaces,keyword abstract is necessary.
2.in interfaces all functions should be abstract but in
abstract at least 1 function should be abstract.
3.in interfaces there is no inheritance but it can be in
abstract classes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is .net viewstate?
What is cookie less session?
Explain dotnet framework ?
What is Object Caching in Visual Studio 2010?
How does .net remoting work?
Explain the process of gc?
What is the problem with .net generics?
What happens to the winfx technologies?
What is the difference between l1 and l2 cache? : Dot net architecture
How resource files are used in .net?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
Explain difference between state server and sqlserver? : .NET Architecture
Define domestic architecture artifacts? : Dot net architecture
Explain cache memory? : Dot net architecture
Whate are resource files? How are they used in .net?