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


Please Help Members By Posting Answers For Below Questions

Explain the use of view state?

755


Explain about asp.net 2.0 themes?

722


What is the difference between application state and caching?

751


What are the new data controls in asp.net 2.0?

706


What is advantage of asp.net?

725


Explain the difference between Web Garden and Web Farm?

744


WSDL means?

889


What are the steps involved to fill a dataset?

765


Define cookie.

748


How can you handle errors in Web API?

806


Which platform does Microsoft .NET use for exchanging data between applications?

776


Define application state variable and session state variable?

764


Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?

733


What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.

769


How do you declare static variable? What is its lifetime?

697