Differences between VB.Net and C#, related to OOPS concepts

Answer Posted / ajay bharti

VB.NET & C# both have same execution speed no difference in
terms of speed.

But there are some other differrence between them:-

1- C# uses function pointers, VB.Net does not.
2- we can do operator overloading in C#, but not in VB.Net.
3- VB.Net uses WITH KEYWORD, C# does not have WITH Keyword
(Example:- WITH datagrid
.datasource=ds
.databind()
END WITH)
4- C# is case senstive language, but VB.Net is not.
5- C# is fully object oriented language it implements all
the concepts of OOPs. But VB.net is not fully OO language
because some of the OOPs features like operator loading it
does not have.

Is This Answer Correct ?    9 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks

1768


What is the difference between client-side and server-side validations in ASP.NET?

660


What are the features that make asp.net more used framework? : asp.net mvc

544


Explain difference betn dataset and recordset?

532


What is the difference between server-side scripting and client-side scripting?

550






What is anonymous authentication?

587


what is AutoEventWireUp and what is the use of This property explain in details?

1130


Explain the namespace classes used in asp.net mvc? : asp.net mvc

496


Explain the difference between server control and html control.

476


Can a .net web application consume java web service?

512


Distinguish between Server-side and Client-side code?

554


Is sql backend or frontend?

557


What is a session in asp.net?

536


What is difference between rest and soap?

575


What are the different types of cookies in asp.net?

523