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
Explain pipelining? : .NET Architecture
How do I know when my thread pool work item has completed?
Explain the use of virtual, sealed, override, and abstract.
Explain .net mobile selectionlist control? : Microsoft dot net mobile
What is cache coherency? : Dot net architecture
Explain difference between inprocess vs out process session state? : .NET Architecture
Difference between type constructor and instance constructor?
What is the application frame host?
Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile
deference between display and visibility property of CSS
What is Com Callable wrapper?when it will created?
What are the types of memory management? : Dot net architecture
Use of Enable view state ? if turn off what happen ?
What is IL code, CLR, CTS, GAC & GC?
Define cache? : Dot net architecture