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 meant by globalization?
Tell us what is a sealed class?
What is the difference between encrypting a password and applying a hashing?
What is an assembly? What are the different types of assemblies?
Explain about Behavioral design pattern?
Explain the difference between vb and vb.net?
Explain something about WebService?
Explain what is heap and what is stack?
What is WSDL? Explain its architecture?
what is machine key error in .NET how can we solve it?
What is the difference between web application and enterprise application?
What is delegation in .net?
What is meant by localization?
Which namespace is require to used XML in .NET?
Why do we use the “using” statement?