What is the difference between Abstract Classes and
Interfaces? Give the answer as a table format....

Answer Posted / swati

abstract class
1. abstract class have concrete methods ; interface have no
methods implemented.
2.interface do not come in inheriting chain; abstract class
come in inheriting chain.
3.in an interface no accessibility modifiers are allowed;
abstract class may have accessibility modifier

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between Namespace and Assembly?

575


Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?

513


What are the advantages of an assembly?

596


What is the maximum size of the textbox?

529


write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.

1172






Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.

1746


What is the significance of delegates. Where should they be used? What are the situations where we require them?

526


Explain about branching logic control in vb.net?

533


What are the different types of Lock available in Visual Basic?

630


Explain strong name in .net assembly?

524


Can you please explain the difference between int and int32?

560


How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?

585


Explain redim keyword?

541


Observations between vb.net and vc#.net?

567


What is the difference between manifest and metadata?

542