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
What is machine.config in .net?
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
What is view state in .net?
How server form post-back works?
What is smart navigation in .net?
What is operator overloading in .net?
Define marshling?
What is "microsoft intermediate language" (msil)?
What does jit do?
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
How to convert a .NET object into COM operabililty?
The project which you have made, which methodology did you use?
How do we access crystal reports in .net?
How can I get at the win32 api from a .net program?
Name the classes that are introduced in the system.numerics namespace.