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? : .NET Architecture How can it be overcome? : .NET Architecture
What is the access level of the visibility type internal?
how to change the title of my window?
Explain about microsoft visual studio?
deference between display and visibility property of CSS
What is cookie less session?
Define cache coherency and how is it eliminated? : Dot net architecture
Explain the types of memory management? : 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 is the exact procedure on hardware that converts the ascii value to binary? : .NET Architecture
Explain the purpose of cache? : Dot net architecture
What does the term "green architecture" mean? : Dot net architecture
how to set the startup position of the form?
What are library functions?
What re interop services?
What are the major differences between services and web services?