Answer Posted / shafi syed
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 ? | 25 Yes | 7 No |
Post New Answer View All Answers
How do I know if executenonquery is successful c#?
What is Implicit conversion in C#?
What is parameter c#?
What are the methods in c#?
Why c# is called type safe language?
How many aware interfaces are there?
Can struct have constructor c#?
What is the root element of an xml file?
What is default parameter in c#?
What is private in c#?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
What are the string functions in c#?
What is decimal in c#?
Does c# support try-catch-finally blocks?
Explain how to parse a datetime string?