Oops concepts ?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how is the dll hell problem solved in .net?

467


Is a c# interface the same as a c++ abstract class?

566


Why we use get and set property in c#?

521


Why do we overload constructors?

497


Can you use all access modifiers for all types?

541






How assembly versioning in .NET prevent DLL Hell problem?

517


Explain About disco and uddi

706


what is .NET framework architecture ??

1565


What I can do with c#?

512


What is function c#?

494


What is the difference between const and static read-only?

499


What are types of constructor?

480


Can you explain template pattern?

572


What is the difference between yield and return?

468


How many constructors can a class have in c#?

483