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
Explain the difference between .net 2000 and .net 2005(features)? Which one is better?
Define marshling?
What are the types of assemblies in .net?
Explain me what is encapsulation?
Explain how to rename a table using sql queries?
What is RCW (Run time Callable Wrappers)?
Explain Creational design pattern in .NET?
What is an anonymous method?
Describe the Managed Execution Process
Explain what is the difference between response.redirect & server.transfer?
Explain what is reflection in microsoft .net context?
What is Flyout Design Pattern in .NET?
Do I have any control over the garbage collection algorithm?
Explain me what is an anonymous method and how is it different from a lambda expression?
What is the use of Treeview control?