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 / anitha
a)for Future, we can provide extra services in Abstract
Class ,these futures can able to access all of its
Clients. And also it supports reusability.
suppose the implementer need not provide implementation
for all the methods.
Where as in Interface we don’t have this future(reusability
and extra servicess).
each implementer need to provide
implementation for all the methods and
also we cont provide extra services in
future.The interface should be constant.
b)Interface can support multiple inheritance where as
abstract class does not.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of activex control in .net?
Explain me what is the .net framework and how does it work?
Tell us the difference between managed and unmanaged code?
What are the differences between com architecture and.net architecture?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
Describe difference between inline and code-behind?
What tools can I use to develop .net applications?
What is the difference between asp.net & vb.net and explain architecture?
What are the features of dot net?
Explain about Behavioral design pattern?
What is boxing and un-boxing in .net?
How to load the contents of an xml file into an xmldocument object?
The project which you have made, which methodology did you use?
Difference between machine.config and web.config?
How is threading done in .net?