Difference between abstract class and interface
Answer Posted / rajasekhar
Interface:
=>In interface we cann't implement methods.
=>We can write any number of mothods. But all those methods
are by default abstract and public.
Abstract Class:
=>In abstract class none/more abstract and non-abstract
mothods we can declare.
=>We can implement mothods in abstract class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is dim fs as filestreamobject is a managed code? : Dot net architecture
5. Wcf- Session Managment
What is parallel computing?
Explain the race around condition? : Dot net architecture
question related to table havi colspan and row span
What is a virtual memory? : Dot net architecture
Explain difference between state server and sqlserver? : .NET Architecture
What is .net mobile lists. Explain with an example? : Microsoft dot net mobile
Explain hard disk and what is its purpose? : Dot net architecture
Explain the five stages in a dlx pipeline? : Dot net architecture
State the different levels of exceptional safety?
How do I write to the application configuration file at runtime?
What is the difference between primary & secondary storage device? : Dot net architecture
I want to create a project like google maps how can we do that with atlas?
Name some changes done since version 3.0?