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 do you trigger the paint event in system.drawing?
hai, about trading domain and need simple project on trading system. please help me...
What is the procedure to add assemly to gac to make it shared one?
Explain about .net?
What are code contracts?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
What is the difference between imperative and interrogative code?
What is COM Interoperability in .NET
Tell us what is a variable of implicit type and what is its scope?
Do you know the difference between the stack and the heap?
Which namespace is used to support multithearding in .NET?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
Explain me what is an anonymous method and how is it different from a lambda expression?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?