Which among the following two is best and why? Abstract
Class and Interface. What is the major difference in between
those two except the discrete methods and methods with
function definition.
Answer Posted / annn
Interface:
Cannot have access modifier
Cannot have concrete methods
Is a part of inheritance
we can create a object of interface
Abstract:
Can have access modifier
Can have concrete methods
Is not a part of inheritance
we cannot create a object of interface
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain me what are the deferred execution and the immediate execution in linq?
What is deferred execution vs. Immediate execution in linq?
Explain what is heap and what is stack?
What is a .net class?
Explain the difference between the while and for loop.
What are code contracts?
Which namespace is require to used XML in .NET?
What is 3 tier architecture?
Why did they call it .net?
State the various features present in .NET?
Should I use readerwriterlock instead of monitor.enter/exit?
Can a try block have nested try blocks?
How does linq work?
Using activex control in .net?
Which dll translate xml to sql in internet information server (iis)?