Explain the difference between vb 6 and vb.net?



Explain the difference between vb 6 and vb.net?..

Answer / Somendra Pandey

"vb 6 and vb.net are different versions of the Visual Basic programming language.
1. Language Syntax: vb 6 uses an older syntax, while vb.net has a more modern syntax that is similar to C#.
2. OOP Support: vb 6 provides limited OOP support, while vb.net fully supports it.
3. Integration with .NET Framework: vb.net is integrated with the .NET Framework, allowing access to a vast collection of libraries and tools.
4. Interoperability: vb.net can interact with existing COM components, while vb 6 cannot without additional work."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

Which namespace are used for accessing the data?

1 Answers  


Why do we use byref keyword in vb.net?

1 Answers  


What is the difference between vb 6 and vb.net?

1 Answers  


write a VB.net program to swap two numbers

5 Answers   Digitec, Student,


ColumnMapping belongs to which namespaces?

1 Answers  


What is the difference between import system.data.sqlclient and system.data.oledb?

1 Answers  


difference between control and component more than one differences

1 Answers  


Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?

1 Answers  


What are the differences between vb.net and c#, related to oops concepts

1 Answers  


code for export,import,save,update,delete ?

1 Answers  


What keyword is used to accept a variable number of parameter in a method?

1 Answers  


Define serialization in .net?

1 Answers  


Categories