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
Can constructor be overloaded in c#?
What are mutable and immutable types in c#?
Is c# a strongly-typed language?
Is c# difficult to learn?
How to find the current application file path while runtime?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
What is a clr host?
Can a dictionary have duplicate keys c#?
What is bitwise operator in c#?
What does out mean c#?
How long will it take to learn c sharp?
What do constructors do in c#?
Which of the following API is used to hide a window?
What is private and shared assembly?
Define an abstract class?