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

What is uint64_t?

532


what is the difference between interface and multiple interface?

547


What is callback function in c#?

540


What are most desktop applications written in?

488


How to find type of variable?

554






Explain about generics in c#.net?

521


What's different between c# and c/c++?

541


How do I edit a dll file?

460


What are the 3 elements of delegation?

503


Can abstract class be instantiated c#?

526


What is difference between class and interface in c#?

457


Can we store different data types in arraylist in c#?

473


Explain about CTS?

555


Explain data types in c#?

526


What does the initial catalog parameter define in the connection string?

491