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

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

1547


Define a virtual memory? : Dot net architecture

511


How to improve the cache performance? : .NET Architecture

556


What is biginteger and when would you use that?

535


Explain the race around condition? : .NET Architecture

515






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

455


What is cache coherency and how is it eliminated? : .NET Architecture

528


Explain different pipelining hazards? : Dot net architecture

474


define cache memory? : Dot net architecture

541


What is the mesi? : Dot net architecture

548


What are the different pipelining hazards? : Dot net architecture

580


Explain hard disk and what is its purpose? : .NET Architecture

532


What is an interrupt? : Dot net architecture

508


Explain domestic architecture artifacts? : .NET Architecture

507


how to delete the record using data reader

1856