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

What is the use of ActiveX Documents?

0 Answers  


What is the use of Immediate, Local Window?

0 Answers  


What is ado in vb.net?

0 Answers  


What is view Port?

1 Answers  


Why doesn't "my string" & Chr$(13) do what I want?

0 Answers  






What is the difference between Exec and ExecSQL? (wouldnt this be dependent on data access? Ie ADO use different method than DAO)

1 Answers  


What are the different procedures associated with the object?

0 Answers  


What is meant by Establish Connection in RDO?

0 Answers  


How does VB Pass arguments to a function by default?

2 Answers  


What is the difference between creating a object using New and CreateObject in Visual Basic?

1 Answers  


What is the difference between Object and Class?

6 Answers  


How do I create a new form in visual basic?

0 Answers  


Categories