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 valid parameter types we can pass in an Indexer ?

3 Answers   CMC,


Explain About web methods and its various attributes

0 Answers   Digital GlobalSoft,


What is _layout cshtml?

0 Answers  


Explain About multi level and multiple inheritance how to achieve in .net

0 Answers  


What are Generics?

5 Answers   TCS,






What is list collection in c#?

0 Answers  


What is difference between === and ==?

0 Answers  


What is parse method in c#?

0 Answers  


How is the syntax written to inherit from a class in C#?Give an example ?

0 Answers   Siebel,


How does bitwise work?

0 Answers  


What is Event - Delegate?

0 Answers  


Is array a collection c#?

0 Answers  


Categories