Does VB support object-oriented concepts? Explain..
Answer Posted / rakesh parte
vb is object driven language but ii is not completly object
oriented language.means in this we can create object of
class.but can't inherite one class property in other class.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How would you create Visual basic Document file?
Explain about the creation of EXE files with Visual Basic?
How would you access objects created in ActiveX Exe and ActiveX D1T ?
What is script control?
Is it possible to change menu runtime using API? If yes Specify the function names?
Explain about trees structures work.
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
How to get freefile location in memory?
What is constructors and distructors.
Is visual basic c#?
How do I make a text box not beep but do something else when I hit the Enter key?
How do I get the Tab key to be treated like a normal character?
State about the different types of visual basic data?
How do I get the number of free bytes on a disk?
How would you create properties in ActiveX Control?