What is the strength and weakness of visual basic???

2007-10-30 6:12 am
What is the strength and weakness of visual basic???

回答 (1)

2007-10-30 9:56 am
✔ 最佳答案
如果 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


收錄日期: 2021-04-13 21:01:46
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20071029000051KK04345

檢視 Wayback Machine 備份