✔ 最佳答案
如果 VB 指 VB6 的話:
Strength:
- Rapid application development, fast to write program with GUI
- Easy to learn / use, simple syntax, intuitive
- Event driven
- Can use other ActiveX controls easily
- Automatic garbage collection
Weakness
- Not object oriented
- Limited built in functions
- Difficult to access windows API
- Slow code
- Depends on VB runtime library (must install on client machines)
- No try-catch exception handling mechanism
- implicit variables is error-prone