Difference between abstract class and interface
Answer Posted / ramana
1) Abstract class is must inheritable & its scope is upto
derived class
2) Interface is must implementable & its scope is upto any
level of its inheritence chain.
Is This Answer Correct ? | 162 Yes | 50 No |
Post New Answer View All Answers
What are .net mobile controls features? : Microsoft dot net mobile
Explain 'managed' mean in the .NET context
Explain the difference between primary & secondary storage device? : Dot net architecture
Explain pipelining? : .NET Architecture
8. Oop-Why and were we use Interfacse and Abstract class.
Explain about microsoft visual studio?
Explain about continuable exceptions?
What are the types of memory management? : Dot net architecture
Name some changes done since version 3.0?
How does .net remoting work?
What are the options provived by vss to the user? how it will help us while delevoping application?
difference between Response.write,server.transfer and also which one is used when ?
What are end points, contract, address and bindings?
Explain hard disk? : Dot net architecture
what is polymorphism and advantage ?