Difference between abstract class and interface
Answer Posted / ved
An abstract class may contain complete or incomplete method.
Interface can contain only the signature of a method but no
body. Thus an abstract class can implement methods but an
interface can not implement method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile
what is the difference between master page and content page?
What is different about namespace declaration when comparing that to package declaration in java?
How will you do windows authentication and what is the namespace?
Explain the purpose of cache? How is it used? : Dot net architecture
Explain cache? : Dot net architecture
How do I prevent concurrent access to my data?
What is Opf3
Different types of authentication modes in .net framework ?
How can we perform data binding in atlas?
What is the mesi? : Dot net architecture
can u give me real example of how web.config overrides the machine.config file?
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
Explain difference between state server and sqlserver? : .NET Architecture
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.