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
How does u call and execute a sp in .net?
What does mvc represent in asp.net? : asp.net mvc
Why do we need asp.net?
Explain the difference between value type and reference type?
What is dynamic web page with example?
What is the base class from which web forms are inherited?
Who generates session id?
What is a master page and what does it do?
What is enableviewstate in asp net?
How to deploy/publish webservices?How many ways?Plz explain me
Which namespace is used by ado.net?
How does session id work?
What are session cookies?
What is different authentication mechanisms used in ASP.NET?
What is cookies in asp net?