what is difference between encapsulation and abstraction
what is difference between encapsulation and abstraction in c#
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:42 AM
Pankaj Kumar ChoudharyPosted Jul 3, 2015, 9:09 PM
RakeshPosted Jul 3, 2015, 12:29 PM
Abstraction allows us to represent complex real world in simplest manner. It is process of identifying the relevant qualities and behaviors an object should possess, in other word represent the necessary feature without representing the back ground details.
Encapsulation It is a process of hiding all the internal details of an object from the outside real world. The word Encapsulation, like Enclosing into the capsule. It restrict client from seeing its internal view where behavior of the abstraction is implemented
http://theprofessionalspoint.blogspot.in/2013/05/difference-between-encapsulation-and.htmlhttp://theprofessionalspoint.blogspot.in/2013/05/difference-between-encapsulation-and.htmlVincent Maverick DuranoPosted Jul 3, 2015, 9:14 AM
Upendra Pratap ShahiPosted Jul 3, 2015, 8:34 AM