7. Oop-Diff B/w Interfacse and abstract class.
Answer Posted / swati
Abstract Class:-
In abstract class atleast one method is abstract compulsary.
You can define the method body for normal methods in
abstract class.
Interfaces:-
All methods are static abstract ,does't have body.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is application frame host?
Explain .net mobile input controls? : Microsoft dot net mobile
Can I customise the trace output?
What re interop services?
difference between data reader and dataset
How do I write to the application configuration file at runtime?
What is difference between Desktop, Client Server & Web based applications?
What is .net mobile lists. Explain with an example? : Microsoft dot net mobile
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
What is biginteger and when would you use that?
What is Object Caching in Visual Studio 2010?
What happens to the winfx technologies?
how can we achieve language interoperability through CLS? How MSIL works?
What is .net viewstate?
How cache coherency is eliminated? : Dot net architecture