Answer Posted / satish
Abstraction, Inheritance, Encapsulation, Polymorphism
Abstraction : Abstraction is the process of identifying
common patterns that have systematic variations; an
abstraction represents the common pattern and provides a
means for specifying which variation to use.
Inheritance :OOP, a parent class can inherit its behavior
and state to children classes
Encapsulation :Encapsulation allows an object to separate
its interface from its implementation. The data and the
implementation code for the object are hidden behind its
interface.
Polymorphism:Polymorphism allows objects to be represented
in multiple forms
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Why is c# used?
What are callback methods in c#?
Explain nullable types in c#?
Do vs while c#?
What is the default value of singleordefault?
What is dbcontext c#?
What is inner class in c#?
What are the methods in c#?
What is a static in c#?
How do you achieve polymorphism in c#?
Is null c# operator?
When should I use static in C#?
Why do we use interface in c#?
Why dictionary is faster than list?
Why do we need interface in c#?