Does VB support object-oriented concepts? Explain..

Answers were Sorted based on User's Feedback



Does VB support object-oriented concepts? Explain....

Answer / srinivas

VB supports only Abstraction(upto some extent),
Encapsulation it doesn't support Polymophism & Inheritence

Is This Answer Correct ?    3 Yes 0 No

Does VB support object-oriented concepts? Explain....

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

Does VB support object-oriented concepts? Explain....

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

Post New Answer

More Visual Basic Interview Questions

How do I play MID, WAV or other multimedia files?

0 Answers  


What does the NewIndex property return?

2 Answers  


What is diff between the Generic Variable and Specific Variable?

1 Answers  


To validate a range of values for a property whenever the property values changes,which type of property procedure you use?

0 Answers  


what component is used in vb to link to the database?

2 Answers   Satyam,






How to use advanced data-bound controls.

0 Answers  


Write the steps in Creating ActiveX Dll and Active Exe?

0 Answers  


_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.

0 Answers  


Binary Access-method isused to access file in which manner?

0 Answers  


Difference between DDE and OLE.

0 Answers  


what is the Difference between Tabletype and Snapshot?

0 Answers  


How does the following statements work? On Error Goto 0

4 Answers  


Categories