Re: VB6 and VB.NET
b is object based and vb.net is object oriented.In VB.net ,oops concept is used.
1) VB.net is object oriented.
2) VB.net supports exception handling.
3) VB.net is strongly typed.
4) VB. net supports multithreading.
5) VB.net now has console applications
VB:
* object based language
* does not support inheritance
* does not support for disconnected architechture
* no interoperability function
* no support for threading
* no powerful exceptional handling
|