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
Why do we write system in c#?
How can you reference current thread of the method ?
Why can’t struct be used instead of class for storing entity?
How does substring work in c#?
Explain About Web.config
Can you drink alcohol with a loop recorder?
Why would you use a class property in c#?
What is data binding c#?
What is default boolean value in c#?
What is windows application in c#?
How does c# generics and c++ templates compare?
How do you serialize an object?
What is xml serializer?
What is the use of main method in c#?
What is token in c#?