Does VB support object-oriented concepts? Explain..
Answers were Sorted based on User's Feedback
Answer / srinivas
VB supports only Abstraction(upto some extent),
Encapsulation it doesn't support Polymophism & Inheritence
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
Answer / ujjwal gedam
yes, VB Can be called as objected oriented to some extends,
it provides the concept of class but inheridance and
polymor concept in not available
Is This Answer Correct ? | 1 Yes | 0 No |
Write the Steps in Creating an ActiveX Control?
Using which type we can access file line by line?
What is snapshot in vb?
What is the default property of datacontrol?
How would you access objects created in ActiveX Exe and ActiveX Dll
What is the difference between message box
How would you add column headers in listview control?
Types of DBCombo boxes
Is the Variant type slower than using other variable types?
how to create exe file using vb
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
____ is the difference between Listindex and Tab index.