Is .NET an Object Oriented language? What are their components?

devquora
devquora

Posted On: Feb 22, 2018

 

Yes, .NET is an Object Oriented language. This allows us to access inheritance, abstraction, encapsulation, and polymorphism. These components are useful in creating more complex codes in an organized manner. It allows us to modify the existing codes too.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    .NET Interview Questions

    What is .NET?

    .NET is a software development framework by Microsoft...

    .NET Interview Questions

    What are the purposes of using .NET?

    .NET is used for creating web applications, Windows mobile, and Store applications, Windows Desktop..

    .NET Interview Questions

    How is .NET able to support a lot of languages?

    .NET is equipped with Microsoft Intermediate Language (MISL) that has got codes compiled within itself...