Disadvantages of vb ?
Answers were Sorted based on User's Feedback
Answer / ashwini
Following are the disadvantage of VB :
1. VB is not object oriented.
2. VB DLL does not support side-by-side execution
3. Deployment is time consuming as all the components must
be registered in the Windows registry.
Is This Answer Correct ? | 101 Yes | 48 No |
Answer / kamalakannan.a
1.The VB support OOP concepts,but not support fully.
2.VB does not support exception handling.
3.No multithreading mechanism.
kamal....
Is This Answer Correct ? | 74 Yes | 31 No |
Answer / madhusudhan navandar
It is Completely Graphical in Nature , So it Requires more Memory to Store the Package.
Is This Answer Correct ? | 24 Yes | 10 No |
Answer / ravi
The dlls of the VB is mapped with the Registry so the
overhead on the registry is increased.
Vb is not Object oriented bcoz it don't hv classes
it hv only the functions so we hv to learn the functions
for the programing we can't import the classs.
vb is only for the application programing but nw the
scenario is for web applications?
Is This Answer Correct ? | 28 Yes | 25 No |
Answer / abhay pratap singh
{1} v.b much slower than other language.
{2} v.b. is powerfull language ,but it's not suit for programming really sophisticated games.
Is This Answer Correct ? | 10 Yes | 8 No |
Answer / vidya
•VB6 was only considered good for desktop windows
application
•VB6 was not a type-safe language
•VB6 does not allow developing the multithreaded
applications
Is This Answer Correct ? | 10 Yes | 9 No |
Answer / shubham
1. Visual basic is a proprietary programming language written by Microsoft, so programs written in Visual basic cannot, easily, be transferred to other operating systems.
2. VB is slower than VB.Net, which is still much slower than most other programming languages
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / ripan hossain
It has no Upper version,not so flexible for developer.
Is This Answer Correct ? | 5 Yes | 8 No |
Answer / antony
VB is 'Simplest' and 'less complicated' and 'less bug'
programming AS WELL AS powerfull language compared to other
programming languages. We not using Class concept in VB. So
the major concept of OOP's is difficult to use. But in VB-
2005 onwords some changes happend. So vb is powerfull.
Is This Answer Correct ? | 1 Yes | 6 No |
List the two main parts of .net?
Explain internal keyword in .net framework?
Using VB, how can you change the Mouse Pointer?
what is commom language runtime?
Can you please explain the difference between dispose and finalize()?
What is the main purpose of garbage collector?
How to retrieve images in sql server database through vb.net?
How to Insert a TextBox value in to Sql database using VB.Net coding?
How many classes a dll can contain?
What is the DIfference between Friend and Protected Friend?
6 Answers CTS, Sykes Enterprises, TCS,
Can we use a crystal report into a another crystal report
What is different between web.config and machine.config and where it will be ?