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 is the difference between int and Int32?

5 Answers   TCS,


What is a value type in c#?

0 Answers  


How is a loop recorder monitored?

0 Answers  


Why are strings immutable c#?

0 Answers  


What is static classes in c#?

0 Answers  






What is a method signature c#?

0 Answers  


What is the diff between System.String and System.Text.StringBuilder classes?

0 Answers   Siebel,


How to implement delegates in c#.net

0 Answers  


What is the difference between double and decimal in c#?

0 Answers  


Is visual c# free?

0 Answers  


Can an interface inherit class/abstract class.

1 Answers   Synechron,


How to transpose rows into columns and columns into rows in a multi-dimensional array?

4 Answers   Microsoft,


Categories