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
Explain the use of view state?
Explain about asp.net 2.0 themes?
What is the difference between application state and caching?
What are the new data controls in asp.net 2.0?
What is advantage of asp.net?
Explain the difference between Web Garden and Web Farm?
WSDL means?
What are the steps involved to fill a dataset?
Define cookie.
How can you handle errors in Web API?
Which platform does Microsoft .NET use for exchanging data between applications?
Define application state variable and session state variable?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
How do you declare static variable? What is its lifetime?