Differences between VB.Net and C#, related to OOPS concepts
Answer Posted / satish v itagi
Multiple Inheritance is not possible in VB.NET, you have to
use Interface to achieve this.
In C# multiple inheritance is available.
As every code is compiled to byte code in MSIL, it does not
make a difference is execution speed.
OOPs is added to VB.NET, whereas C# has it as part of it.
VB.NET is easy to learn, C# is easy to write !! choice is
yours!
| Is This Answer Correct ? | 7 Yes | 22 No |
Post New Answer View All Answers
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
What are the new features added from ASP to ASP.NET?
What is a windows service?
Explain what is event bubbling?
What are client activated objects?
Define managed code and managed data in .net?
Which method is used to force all the validation controls to run?
Differentiate between file-based dependency and key-based dependency.
What is viewstate parameter?
What is state management react?
What are the different method of navigation in asp.net?
What do you mean by query string?
What do you mean by caching in asp.net?
What is the difference between session and application?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?