Interview Question
Qus: What is the main principle of oops in .net ?
Inheritance,Encapsulation,Polymorphism and Abstraction are used to achieve the core principle of object oriented language.
There are 4 major principles for OOPs in .NET . These are Encapsulation, Abstraction, Polymorphism and Inheritance.
Answers (2)