Is VB.NET object oriented? What are the inheritances does
VB.NET support ?
Answer Posted / deepu
yes,vb.net is object oriented.
vb.net supports only
1)single level inheritance/simple inheritance
2) multi level inheritance
3)hierachical inheritance
vb.net doesn't supports
multiple,hybrid inheritance.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Explain jit?
What is a literal control?
Can you please explain the difference between namespace and assembly?
What is difference between inline and code behind?
Explain redim keyword?
How do you define a read only property in a class module?
What is branching logic control in VB.NET?
What is the use of assembly?
What is normal jit?
What is the use of internal keyword?
Explain about Visual basic.NET culture?
Explain what observations between vb.net and vc#.net?
Describe about visual basic.net?
What are the differences between server-side and client-side code?
What is sorting in vb?