Encapsulation & Abstraction
What are the difference between Encapsulation & Abstraction
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sujeet SumanPosted Oct 20, 2015, 2:50 AM
Raja TPosted Sep 14, 2015, 12:46 AM
Encapsulation means-hiding data like using getter and setter etc.
Abstraction means- hiding implementation using abstract class and interfaces etc.
More details checkout bellow linksManu PrasadPosted Sep 14, 2015, 12:38 AM
Hi,
Please refer this Ebook (http://www.c-sharpcorner.com/Ebooks/Free/74/object-oriented-programming-using-C-Sharp.aspx) from C# corner.
Sumit JoshiPosted Sep 13, 2015, 3:34 PM
For Example: - Outer Look of a iPhone, like it has a display screen.
For Example: - Inner Implementation detail of a iPhone, how Display Screen are connect with each other using circuits
Rohit AiriPosted Sep 13, 2015, 11:35 AM