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 custom attributes in c#?

0 Answers  


What is the difference between array.find method and arraylist.find method?

1 Answers   Mphasis,


Explain what are three test cases you should go through in unit testing?

0 Answers  


What is difference between struct and class in c#?

0 Answers  


To catch any possible exception What is the C# syntax written ?

0 Answers   Siebel,


What is difference between overloading and short circuiting?

0 Answers  


How do you create user defined data types in c#?

0 Answers  


how to implement a web service in .net

0 Answers  


Is XML case-sensitive?

3 Answers   Wipro,


What is command object in c#?

0 Answers  


What is typeof undefined?

0 Answers  


Is int a struct in c#?

0 Answers  


Categories