I belive VB6 is a powerful and matured tool that any other
front end tool, why is it outdated? is it because of lack
of awareness or because of difficult to use?

Answers were Sorted based on User's Feedback



I belive VB6 is a powerful and matured tool that any other front end tool, why is it outdated? is ..

Answer / anand shanbhag

1. There is no doubt that VB6 is a powerful and matured
tool, but as we all know in today's world people want
something which can perform both web & desktop applications
quickly and easily. This is one of the reason why developers
have moved from VB6 to say VB.NET.

2. If you think that OOPS concepts are the mother of all
modern programming language then VB6 misses out various
important OOPS concept and hence its outdated.

3. Developers at the miscrosoft have opted to shift to
VB.NET from VB and hence it is becoming outdated.

4 VB6 is not platform independent due to VB runtime. but
VB.NET is platform independent due to Dotnet's CLR.

Is This Answer Correct ?    9 Yes 1 No

I belive VB6 is a powerful and matured tool that any other front end tool, why is it outdated? is ..

Answer / anand shanbhag

>>VB.Net is also platform dependent and second thing platform dependence and CLR are tatolly different things.

I agree with you on one point that CLR is not the one which make .net platform independent. Its CIL/MSIL/IL that makes it Platform independent. This IL concept is absent in the VB6. Though there is something like p-code (portable code) but that doesn't make it platform independent.

1) .Net framework like Mono on MAC OS make this VB.NET program executable on MAC OS X 10.5 Leopard platform!!!

2) With CIL/IL it is possible to create the machine level code depending upon the type of processor with the help of Jit compilers/Jitters.

And hence because of these all reasons, i dare to say that VB.NET is platform independent and VB6 is not.

Is This Answer Correct ?    1 Yes 0 No

I belive VB6 is a powerful and matured tool that any other front end tool, why is it outdated? is ..

Answer / scott smith

Microsoft is in the business to sell software. The roi on
VB6 was very low.

Is This Answer Correct ?    0 Yes 0 No

I belive VB6 is a powerful and matured tool that any other front end tool, why is it outdated? is ..

Answer / saurabh kumar rao

1. There is no doubt that VB6 is a powerful and matured
tool, but as we all know in today's world people want
something which can perform both web & desktop applications
quickly and easily. This is one of the reason why developers
have moved from VB6 to say VB.NET.

2. If you think that OOPS concepts are the mother of all
modern programming language then VB6 misses out various
important OOPS concept and hence its outdated.

3. Developers at the miscrosoft have opted to shift to
VB.NET from VB and hence it is becoming outdated.

4 VB6 is not platform independent due to VB runtime. but
VB.NET is platform independent due to Dotnet's CLR.

The fourth point is wrong because as i know VB.Net is also
platform dependent and second thing platform dependence and
CLR are tatolly different things.

You may say fourth point as due to CLR you can work on a
same project in more than one language which are supported
by DotNet platform.

Is This Answer Correct ?    0 Yes 1 No

I belive VB6 is a powerful and matured tool that any other front end tool, why is it outdated? is ..

Answer / haiipl25

This is simple & easy to use.And i too belive vb6 is a
powerful and matured tool.Because of Lack of awareness of
vb6 most of us never used it.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Visual Basic Interview Questions

What are binary and project compatibility?

1 Answers  


Explain Get, Let, Set Properties.

1 Answers  


What is the purpose of the ClipControls property on a form or container?

1 Answers  


How do you create a form in visual basic?

0 Answers  


What is frx?

3 Answers   Cap Gemini,






___,___ arguments will be used to run a executable program in shell function

0 Answers  


what are the Differences Object and Class?

2 Answers  


What is Zorder Method?

1 Answers  


What is recordset in visual basic?

0 Answers  


what are the Types of Resultsets?

0 Answers  


What is a toolbox in visual basic?

0 Answers  


Difference between ByRef and ByVal?

1 Answers  


Categories