Difference between abstract class and interface
Answer Posted / killer
An abstract class is a special kind of class It allow other
classes to inherit but cannot be instantiated. It Inherit
only one abstract class.
An interface is similar to Abstract class, it cannot use
override keyword in inheritance class. It inherits several
interfaces.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is .net transaction?
Explain cache memory? : .NET Architecture
What are the main Tools to develop .Net Application?
What are the five stages in a dlx pipeline? : Dot net architecture
Explain how cache is used? : Dot net architecture
How do you handle this COM components developed in other programming languages in .NET?
What is gui programming? : .NET Architecture
Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile
Explain domestic architecture artifacts? : Dot net architecture
Explain the purpose of cache? How is it used? : .NET Architecture
What is a managed code? : Dot net architecture
What actually happes when you add a something to arraylistcollection ?
What are end points, contract, address and bindings?
what are constructors and destructors?
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