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 / avinash
Interface:
Can inherit more than one Interface.
Cannot contain concret Methods.
Cannot specify Access Modifiers.( by default all are Public)
Abstract:
Cannot inerit more than one abstract class.
Can contain concrete Methods.
Can specify Access Modifiers.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How is meant by dll in .net?
What is Code group in .Net with respect to CAS
Is .net front end or backend?
Difference between value type & reference types ?
What is misl?
Can "this" be used within a static method?
Explain what inheritance is, and why it's important?
What are data types in .NET?
What is the lapsed listener problem?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
How do you view the methods and members of a dll?
Explain what is the difference between constants and read-only variables?
Is there any thread in our .net programs?
What's singlecall activation mode used for in .net?
What is marshling?