Difference between abstract class and interface
Answer Posted / deepak baroliya
1.java abstract class is faster than the interface.
2.all interfaces inherits the non final method of the object class.
3.interface are designed to support dynamic method resolution.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does the term "green architecture" mean? : .NET Architecture
How can implement drag and drop using atlas?
What is difference between Desktop, Client Server & Web based applications?
What is .net mobile input validation. Explain with an example? : Microsoft dot net mobile
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
Explain difference between machine config vs. Web config? : .NET Architecture
What is the cli? Is it the same as the clr?
Does application frame need host?
What is WPF and WCF?
Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile
Explain the race around condition? : Dot net architecture
State and explain about microsoft.net?
Explain 'managed' mean in the .NET context
Session State and can i store desirialized object in state server, if yes how and if not why.
What is the difference between an event and a delegate?