Difference between abstract class and interface
Answer Posted / shaveen kaushal
1)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 about validation?
what is polymorphism and advantage ?
What re interop services?
5. Wcf- Session Managment
Explain the difference between inprocess vs out process session state : Dot net architecture
6. Wcf- what is SOA
difference between data reader and dataset
Explain about the base class library provided by microsoft.net?
How cache is used? : Dot net architecture
What is ILDASM ?
Are there any third party logging components available?
What is the application frame host?
what are the fundamental and common properties of .net controls?
I can't be bothered with cas. Can I turn it off?
Explain how cache is used? : Dot net architecture