Difference between abstract class and interface
Answer Posted / gurvinder kaur
1.In interfaces,keyword abstract is necessary.
2.in interfaces all functions should be abstract but in
abstract at least 1 function should be abstract.
3.in interfaces there is no inheritance but it can be in
abstract classes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Difference between type constructor and instance constructor?
data types used in validation control
Define domestic architecture artifacts? : Dot net architecture
Explain hard disk and what is its purpose? : Dot net architecture
What is cache coherency and how is it eliminated? : Dot net architecture
How can we perform data binding in atlas?
how to change the application name?
Explain 'managed' mean in the .NET context
What is WPF and WCF?
What is an interrupt? : .NET Architecture
What is code access security (cas)?
What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?
Explain about generation?
How cache is used? : Dot net architecture
I want to create a project like google maps how can we do that with atlas?