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
How Global.asax is used ?
What is difference between write and writeline in c#?
What is dto c#?
In gridview in editmode if we want to display information in one combobox based on
Define multicast delegate in c#?
How do I format a string in c#?
How can we set class to be inherited, but prevent the method from being over-ridden?
What is the difference between internal and protected in c#?
What do you mean by jagged array?
What are custom exceptions? Why do we need them?
What is the difference between static and private constructor?
What is transparent caching with aop ?
What is a protected class c#?
How can I get around scope problems in a try/catch?
What is iqueryable in c#?