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
What is the difference between select and selectmany?
Can we declare class as protected?
When was .net linq added?
What is a framework in c#?
How do I start a program in c#?
3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close
What are strings in c#?
What is difference between abstraction and encapsulation in c#?
Can you inherit from a static class in c#?
What does dbml mean in texting?
What is Satellite Assemblies ?
What is the use of generics in c#?
Can we use "this" command within a static method?
What is array and arraylist?
What is the difference between abstract and abstraction?