Difference between abstract class and interface
Answer Posted / tevendra singh pardhi(balaghat
Abstract Class:
(1)it contains both abstract methods and non abstract
methods
(2) object can't be created just through reference we are
calling all the methods
(3) it is implemented by subclass i.e which class is
extended from this
abstract class contains only nonabstract this situation
also code will compile fine but problem at runtime
abstract can't be declared with Final Synchronized Native
just your requirements you implement some methods in the
abstract class
this class also contain Constructor
Interface contains all abstract methods
all methods compulsory implemented by particular class
interface does not contain Constructor
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are constructors and destructors?
Explain about cookie less session state? : .NET Architecture
Explain about appdomains?
What is WPF and WCF?
Explain dotnet framework ?
what is sessions and cookies take one example simple way to understand
how we can fire event in databound column in datagrid without using button?
Explain pipelining? : Dot net architecture
Explain how to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
What re interop services?
What is the purpose of cache? : Dot net architecture
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.
What's new in the .net 2.0 class library?
How do we do authentications using atlas?
What is the use of TPL DATAFLOW?