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
What is cyclomatic complexity and why is it important?
Please explain what inheritance is, and why it's important?
How do you turn off cookies for one page in your site? Give an example.
What are the different.net tools which you used in projects?
What is garbage collection and how it works ?
Explain what is the difference between a class and an object?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What does jit do?
Describe difference between inline and code-behind?
What are the namespace available in .net?
Which Namespace is used to to achieve MultiThreading in .NET?
What are the differences between user control and server control?
How does cas works?
What are the two main parts of the .net framework?
What is WSDL? Explain its architecture?