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 does private void mean in c#?

0 Answers  


What is difference between for and foreach in c#?

0 Answers  


Why is hashset faster?

0 Answers  


What is console readkey in vb net?

0 Answers  


How do you inherit from a class in C#?

1 Answers  






Is string a data type in c#?

0 Answers  


I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?

0 Answers  


What is definition in c#?

0 Answers  


How many root nodes are there in an xml document?

0 Answers  


What is the purpose of a namespace?

0 Answers  


Can a method be sealed in c#?

0 Answers  


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

0 Answers  


Categories