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 difference between URL and URI?
How to register exception filter globally?
What is the best Macanism to clear the Cache in asp.net
What is the mvc framework?
In which event of page cycle is the viewstate available?
In ViewState How much lifespan items stored?
what is the difference between response.write() and response.output.write()?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
How could you modify xaml content from javascript?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What is asp.net mvc5? : Asp.Net MVC
Is viewstate enabled by default?
How do http sessions work?
What is sta?
What is the displayafter property in updateprogress control?