7. Oop-Diff B/w Interfacse and abstract class.

Answer Posted / preetham

Abstract Class:
* It contains both abstract methods and normal methods
* We can not create an instance of abstract class
* we can inherit only one abstract class

Interface :
* It contains only abstract methods which has only signature does't have body
* We can not create an instance of interface.
* We can inherit multiple interfaces

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 race around condition? How can it be overcome? : Dot net architecture

520


What is biginteger and when would you use that?

533


Waht is Dot net Arcitecture

1952


Explain about generation?

568


IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class

1536






Define a managed code? : Dot net architecture

504


Whate are resource files? How are they used in .net?

494


How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts

611


What is the problem with .net generics?

601


any one can explain about projectarchitecture and project approach briefly

2066


How to improve the cache performance? : Dot net architecture

528


Explain about code access security?

559


What is private constructor? And it's use?

634


Explain domestic architecture artifacts? : .NET Architecture

505


how to change row background color in gridview

552