Interview Question
Qus: What is language In-dependency? Is dot NET language independent technology?
Dot Net will support multiple languages. When developing an application using dot net languages we can use another dot net language component.
Ex – When we develop C# dot Net application we can use vb.net component. As well as when we develop VB.Net application we can use C# dot Net component. Because of this reason dot net is independent technology.
Answers (2)
Ex – When we develop C# dot Net application we can use vb.net component. As well as when we develop VB.Net application we can use C# dot Net component. Because of this reason dot net is independent technology.
Yes, .NET is a language independent technology.