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

what are the advantages of c# over vb.net?

10 Answers   Choice Solutions, HCL, Practical Viva Questions,


What is a Jagged Array in C#?

0 Answers   Arigo Infotech,


What does the keyword virtual mean in the method definition?

2 Answers  


What are different properties provided by Object-oriented systems?

2 Answers  


Is vs as c#?

0 Answers  






What is type safe code?

0 Answers  


What does void mean in c#?

0 Answers  


When static constructor is invoked?

9 Answers   TCS,


what is the diference between casting and converting?

2 Answers  


is it possible to access a remote web service Without UDDI?

0 Answers   TCS,


What are the ways to deploy an assembly?

3 Answers  


Explain the difference between Response.Write () and Response.Output.Write ().

0 Answers   Atos Origin,


Categories