Click to See Complete Forum and Search --> : Visual Basic
niti_nambiar
April 6th, 2002, 04:24 AM
Its is a basic question, that what is visual basic known as I mean is it an object oriented programming language, an object based programming language, or is it a structured language. If it is any of the above please tell me how is it.
rowanjl
April 6th, 2002, 04:37 AM
VB is an object oriented programming language.
---------------------------------------
Rowan Lewis of Lewis Software Australia
rowan@bootbox.net - lsa.esmartweb.com
pranay
April 8th, 2002, 12:02 AM
it is object oriented programming language but it is not 100 percent object oriented as it does not support pure inheritace.
Cheers!
pandit
hgg
April 8th, 2002, 12:17 AM
Hi,
I think it's an event- driven programming language.
Regards
rowanjl
April 8th, 2002, 12:49 AM
I know it isn't a 100 percent object driven programming language but what would a 100 pc odpl be?
---------------------------------------
Rowan Lewis of Lewis Software Australia
rowan@bootbox.net - lsa.esmartweb.com
aio
April 8th, 2002, 01:58 AM
Microsoft (in its manual) says it is an Object-based, event driven, and at the same time structured programming.
Depending on your approach, you can create a codes structured way Object Oriented languageS are.
It is also event driven because many of you codes are 'activated' or called based on the events you specified.
Code structures is based on your planning. You can create a highly structured codes.
But VB is not very strict or rigid language (unlike C or Pascal). If you're not watchfull, you can easily find yourself in the quagmire of what the olden days described it as 'spaghetti codes'.
Cimperiali
April 8th, 2002, 02:57 AM
Dot Net claimed.
Even variables are objects there.
Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, TCartwright, Bruno Paris, Dr_Michael
and all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
The Rater
aio
April 8th, 2002, 03:10 AM
Isn't that promoting confusion CImperiali? Just for the sake of labelling it an OOP, even primitive variables are now called objects? Why not just confine the word objects to those we create and wrap?
NeoRobin
April 12th, 2002, 04:14 AM
VB is an object-based language.
**Rather than object orientation more emphasis is given to modularisation and code resuse .It does not support pure inheritence so cannot be called object oriented like VC++ .
**Its a gradual transition from procedural to event driven programming.Event is required to trigger a response but the code required to process is in procedural fashion.
**VB is hence an object based language its made of built in objects.Almost all components are some kind of objects like forms,controls etc.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.