Difference between abstract class and interface
Answer Posted / pavan kumar.m
Anterface :
In interface all d methods are abstrct,we use interface for
defining constants interface is cant directly inherited
with any class .Interface is defined
independently,interface have inherited related
relationship with inheritance only.
Abstract class:
In abstract class some methods are abstract methods and
these classes are used to prevent the creation of
object,these classes are used to define fields.
Abstract methods having abstract modifiers
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the race around condition? : Dot net architecture
Define cache coherency? : Dot net architecture
How to upload in video,mp4,in .net 4.5 ..?
Is .net easier than java?
Whats new features in Visual Studio 2012?
Explain
What is .net mobile forms? : Microsoft dot net mobile
What are public and private assemblies ?
What is private constructor? And it's use?
.Net Frame work arch?
Explain difference between state server and sqlserver? : .NET Architecture
deference between display and visibility property of CSS
What is the difference between machine config vs. Web config : Dot net architecture
Explain the Lapsed Listener problem in .net
What are the important principles of soa (service oriented architecture)?