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 the use of response redirect in asp.net?
In which event of the page viewstate is available?
Explain asp.net mvc request life cycle? : asp.net mvc
Why session is necessary in web application?
What is asp.net version?
Why is asp.net so popular?
What are server activated objects?
In asp.net, how can you validate drop down box?
What is the use of execute non query in asp.net?
Explain the working of passport authentication.
What is difference between view and partial view?
What is the concept of view state in asp.net?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What is the difference between CC and BCC?
What is the appSettings Section in the web.config file?