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
Which are access modifiers available in c#?
Explain about finalize method?
What is a copy constructor in c#?
Explain the Different types of configuration files in .net?
What is exe file in c#?
Is int an object in c#?
How do I declare inout arguments in c#?
How does a while loop work?
What is a event in c#?
Can c# inherit multiple classes?
What is deferred execution in c#?
Why do we use namespace in c#?
What is multithreading with .net?
How does yield return work c#?
What are the types of comment in c# with examples?