Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more - View Single Post - VB6 and VB.NET
Thread: VB6 and VB.NET
View Single Post
Old 03-18-2010, 10:21 AM   #3 (permalink)
jakkevin4v
Junior Member
 
Join Date: Mar 2010
Posts: 17
Default 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
jakkevin4v is offline   Reply With Quote
Sponsored Links