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
How does vb.net achieve polymorphism?
what is common language specification?
How to connect crystal report in vb.net ?
what is intermediate language?
What is the significance of delegates. Where should they be used?
Which dll is used for microsoft .net run time?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
Explain code security?
What is the difference between datagrid and gridview?
What is a stream in vb.net?
Why should you use delegate?
Explain the advantages of migrating to vb.net?
Explain clr?
Explain about Visual basic.NET culture?
Explain managed code?