Answer Posted / vishal arora
the four pillors of oops is :-
abstraction
encapsulation
polymorphism
inherritance
| Is This Answer Correct ? | 32 Yes | 2 No |
Post New Answer View All Answers
What is the benefit of using interface in c#?
who is a protected class-level variable available to?
What are different types of Delegates in C#?
What is managed code?
What happens when thread sleep () method is called?
How to create multi-dimensional array?
Define property in c#.net?
What happens during the process of boxing?
What is difference between static and readonly in c#?
What are extender provider components?
What is difference between constants and read-only?
Can we have only “try” block without “catch” block in c#?
What are data types with examples?
What is the keyword used to prevent a class from being inherited by another class?
Is typeof c#?