Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is the use of execute non query in asp.net?

1021


Explain the code Access Security (CAS) in .net Framework?

1304


What is mvc in asp.net interview question? : Asp.Net MVC

1045


What is tracing? Where is it used?

1236


explain code with multi inhertance

2168


What is the difference between login controls and forms authentication?

1134


What is the use of session?

987


Describe the difference between inline and code behind - which is best in?

1122


What is difference between View State and Hidden Field in ASP.NET?

1192


In Code-Behind class which kind of code (server or client) is found ?

1100


What is cross page posting? How is it done?

1014


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

1005


What is slidemaster?

1002


Fetch one page value to another page without using state-managment ?

950


Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

1120