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
Name the class which allows an element to be accessed using unique key?
What is meant by jagged arrays?
Explain how to store decimal data in .net?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
What are the assembly entry points?
What is code access security?
How would you implement inheritance using vb.net?
what is common type system?
Explain the difference between c# and vb.net?
Explain the difference between vb.net and c#, related to oops concepts?
How many languages are supported by .net?
Explain what observations between vb.net and vc#.net?
Explain how the .net framework performs automatic memory management.
how to get dynamic control array position or its index position?
What are the differences between vb.net and c#, related to oops concepts