Oops concepts ?

Answers were Sorted based on User's Feedback



Oops concepts ?..

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

Oops concepts ?..

Answer / naresh kumar

encapsulation means the wrapping of data member and member
function into a single into is called encapsulation.
e.g. egg roll.

Is This Answer Correct ?    15 Yes 6 No

Post New Answer

More C Sharp Interview Questions

How do partial classes work in c#?

0 Answers  


What is delegates and events?

0 Answers  


Explain about Threading Types.

0 Answers   DELL,


What are instance fields in c#?

0 Answers  


What is null character in string?

0 Answers  






How do you inherit from a class in C#?

3 Answers   Visual Soft,


What is an assembly qualified name

0 Answers  


What is generic method in c#?

0 Answers  


Enlist all the components of an ado.net framework?

0 Answers  


What is difference between throw and throws in c#?

0 Answers  


Explain About stateless and state full web service

0 Answers   Digital GlobalSoft,


To compute the monthly, half-yearly and annual sales made by all the salesmen of a company.

1 Answers   Philips,


Categories