Sunday, 28 April 2013

Differences between VB.Net and C#, related to OOPS concepts? | VB.Net Interview Questions

1. C# uses Must not Inherit, VB.Net uses sealed class
2. C# uses Internal, VB.Net uses Friend
3. VB.Net uses with events and end events
4. C# uses abstract and VB.Net uses Must Inherit

No comments: