Is VB.NET object oriented? What are the inheritances does
VB.NET support ?
Answer Posted / manish
vb.net is object oriented concept.it is supports to
inheritence but it donot support to multiple inheritance.
Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is globalization?
How do you use two datareaders at the same time in a vb.net windows application ?
What is late binding and early binding?
What are all the parts of .net framework?
Explain the differences between vb.net and c#, related to oops concepts?
What is the difference between compiler and interpreter?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
What is a preprocessor directive in vb.net?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
What is normal jit?
List the types of authentication?
How to achieve Polymorphism in VB.Net?
What are the advantages of VB.NET?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .