Is VB6 an Object Oriented or Object Based ?
By nihalnihal
@nihalnihal (660)
India
2 responses
@nihalnihal (660)
• India
1 Jan 07
That's very true...It doesn't support inheritance. Thanks for the response...
@rikpallav (1242)
• India
28 Dec 06
I would say VB is a Object based and a event driven programming language and it mainly used the objects that are previously created like the text box, command button and all other tools.. all are objects. However you can also create your objects using the object oriented approach of the VB and used it in your programs and others can also reuse them