OOPs concept ?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

update data in an xml file which resides in solution itself, using silverlight 4.0

1366


What is the difference between method overriding and method overloading?

470


What is thread and explain states of a thread in c#?

471


Why do we use interface in c#?

478


Explain about CTS?

540






Explain how do you directly call a native function exported from a dll?

495


explain Garbage collector’s functionality on unmanaged code

508


What is routing in c#?

452


What is a method signature c#?

508


How Reflection is used and what it's significance ?

513


What is variable and its classification?

522


Why are strings immutable in c#?

484


Why would you use a class property in c#?

492


What is the use of functional interface?

468


what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?

1494