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 function of new view engine in asp.net? : asp.net mvc
how to include timer or counting time to display next page in asp.net
What is a web api endpoint?
What are url fragments?
What is the function used for removing an event listener?
what are the ihttphandler and ihttphandlerfactory interfaces ?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What are the types of session in asp.net?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
Explain different types of Caching techniques in ASP.NET?
What are the 3 levels at which content pages can be attached to Master Page?
What is difference between cache and session?
What is the difference between GridView and Repeater controls in ASP.NET?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
Is asp.net and .net the same?