Differences between VB.Net and C#, related to OOPS concepts
Answer Posted / satish v itagi
Multiple Inheritance is not possible in VB.NET, you have to
use Interface to achieve this.
In C# multiple inheritance is available.
As every code is compiled to byte code in MSIL, it does not
make a difference is execution speed.
OOPs is added to VB.NET, whereas C# has it as part of it.
VB.NET is easy to learn, C# is easy to write !! choice is
yours!
| Is This Answer Correct ? | 7 Yes | 22 No |
Post New Answer View All Answers
Which namespace is used by ado.net?
What is clr? Difference between clr & cts?
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
What are server side controls?
What is the compiled object?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
List the major built-in objects in asp.net?
What is the difference between visual basic and asp.net?
What is bound controls
What are the merits and demerits of viewstate?
What is event bubbling?
What's the difference between viewstate and sessionstate?
What does the hotspot class in .net do?
Can you explain one critical mapping?
Please brief not about xsd,xslt & xml?