Difference between abstract class and interface

Answer Posted / niraj kumar

)We define an Interface in the Java application with a
set of abstract methods without any implementation. Which
means all the methods of an interface are by default
abstract methods and public methods.
2)Once an Interface is defined in the application then any
class can implement that interface, in such case the class
must be implemented with all the mehtods of the respective
Interface otherwise the class will become as abstract class.
3)A class can implement any no. of interfaces, in such case
the class must be implimented with all the methods of those
interfaces otherwise the class will become as abstract class

Is This Answer Correct ?    17 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain pipelining? : .NET Architecture

712


How do I know when my thread pool work item has completed?

672


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

735


Explain .net mobile selectionlist control? : Microsoft dot net mobile

699


What is cache coherency? : Dot net architecture

662






Explain difference between inprocess vs out process session state? : .NET Architecture

702


Difference between type constructor and instance constructor?

750


What is the application frame host?

704


Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile

689


deference between display and visibility property of CSS

1935


What is Com Callable wrapper?when it will created?

703


What are the types of memory management? : Dot net architecture

645


Use of Enable view state ? if turn off what happen ?

4104


What is IL code, CLR, CTS, GAC & GC?

765


Define cache? : Dot net architecture

707