Is VB.NET object oriented? What are the inheritances does
VB.NET support ?
Answer Posted / hari
VB.Net is an Object Oriented Language.
It doesn't support multiple inheritance. For this purpose,
interfaces are introduced.
VB.Net supports multiple interfaces
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
how to get dynamic control array position or its index position?
Can you please explain the difference between namespace and assembly?
difference between checkbox vs radiobutton??
How does vb.net achieve polymorphism?
Explain the difference between vb.net and c#, related to oops concepts?
What is the use of console application?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
Explain convert.tostrin?
What is the difference between .dll extension and .exe extension files?
Name some of the keywords used in vb.net?
What are the assembly entry points?
What is the exact defination of object?
Which namespace are used for accessing the data?
Explain nested classes?