Difference between abstract class and interface

Answer Posted / vikas kaundal

1.we never pass object in abstract class only inherit the
abstract class and in which pass the references only

interface
1.in which declare only member.
2.we can implement the multiple interface.
3. its used only standlizition.
4.we can inherit the interface

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of virtual, sealed, override, and abstract.

750


What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?

723


Explain hard disk and what is its purpose? : Dot net architecture

694


Waht is Dot net Arcitecture

2136


deference between display and visibility property of CSS

1951


how to add list of items in a web application and win application?

1780


How does .net mobile work? : Microsoft dot net mobile

686


Explain about clr?

776


What is .net mobile utility controls. : Microsoft dot net mobile

703


Define pipelining? : Dot net architecture

787


what is the difference between running an application with and without debugger?

1735


How do I prevent concurrent access to my data?

740


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

634


Explain cache memory? : .NET Architecture

722


What is the use of web.config?

789