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
What is the difference between l1 and l2 cache? : Dot net architecture
What is a virtual memory? : Dot net architecture
How resource files are used in .net?
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
Define cache coherency? : Dot net architecture
12. Types of polymorphisem[Run and Design Exp.]
How is the using() pattern useful? What is idisposable?
How can I write my own .NET host?
What is textview control of .net mobile? : Microsoft dot net mobile
Explain how does .net mobile work? : Microsoft dot net mobile
how can we achieve language interoperability through CLS? How MSIL works?
Explain the five stages in a dlx pipeline? : .NET Architecture
What is WPF and WCF?
Explain different pipelining hazards and how are they eliminated? : Dot net architecture