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
Did vb6 support multi-threading ?
What is the difference between system.applicationexception class and system.systemexception?
What is the size of .net object?
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.
What is code access security?
Explain some of the exclusive features which are present in vb?
Name some different types of control?
Write a VB.Net console program to check whether a number is perfect or not.
What do you mean by deserialization?
When do you use virutal keyword?
Explain about rapid application development tool?
Explain public assembly?
Explain the advantages of vb.net?
Explain redim keyword?
What are the parts of the visual basic control?