OOPs concept ?



OOPs concept ?..

Answer / 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

More C Sharp Interview Questions

What are the ways to deploy an assembly?

3 Answers  


What is the difference between first and firstordefault?

0 Answers  


How can an inner class access the members of outer class?

0 Answers   Changepond,


What is c# console application?

0 Answers  


What is an example of delegation?

0 Answers  






What do you mean by directing?

0 Answers  


what is read only and constant

8 Answers   FIC, IBM,


What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?

0 Answers  


Explain publishers and subscribers in events.

0 Answers  


How to install or uninstall a windows service?

0 Answers  


What is the difference between select and selectmany?

0 Answers  


Explain the difference between .net and c#?

0 Answers  


Categories