Difference between abstract class and interface
Answer Posted / aktharul ameen
1.Abstract class is act as a base class which define some
rule to its sub class or derived class where as interface
gives its methods and properties to be implemented by
derived class
2.Abstract class can be private,public etc...where as
interface are intended for public only.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you handle this COM components developed in other programming languages in .NET?
Explain the types of memory management? : Dot net architecture
Which software is used for .net programming?
What is .net viewstate?
What is the use of CLR in .NET?
Explain domestic architecture artifacts? : .NET Architecture
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
what is the difference between master page and content page?
Explain what does the term "green architecture" mean? : .NET Architecture
what is polymorphism and advantage ?
Why am I getting an invalidoperationexception when I serialize an arraylist?
What is IL code, CLR, CTS, GAC & GC?
Explain the race around condition? : .NET Architecture
Explain pipelining? : Dot net architecture
What is a virtual memory? : Dot net architecture