Difference between abstract class and interface
Answer Posted / braham dutt
Abstract classes can have implementations for some of its
members (Methods), but the inteface class can't have
implementation for any of its members.
Abstract classes are faster than interfaces.
Interface comes in Inheritance chain while Abstract not.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is .net mobile input validation. Explain with an example? : Microsoft dot net mobile
What is different about namespace declaration when comparing that to package declaration in java?
Why only boxed types can be unboxed?
What size is a .net object?
What is a virtual memory? : Dot net architecture
where should I put this information then?
What is the application frame host?
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 application frame host?
i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?
6. Wcf- what is SOA
Explain the race around condition? : .NET Architecture How can it be overcome? : .NET Architecture
Session State and can i store desirialized object in state server, if yes how and if not why.
Explain the purpose of cache? : Dot net architecture