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
What is the use of execute non query in asp.net?
Explain the code Access Security (CAS) in .net Framework?
What is mvc in asp.net interview question? : Asp.Net MVC
What is tracing? Where is it used?
explain code with multi inhertance
What is the difference between login controls and forms authentication?
What is the use of session?
Describe the difference between inline and code behind - which is best in?
What is difference between View State and Hidden Field in ASP.NET?
In Code-Behind class which kind of code (server or client) is found ?
What is cross page posting? How is it done?
What are the different types of sessions in asp.net?
What is slidemaster?
Fetch one page value to another page without using state-managment ?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?