Difference between "Data Binding'","Data Hiding","Data Wraping" and "Encapsulation"?

Posted by krishna Chandra on Programmers See other posts from Programmers or by krishna Chandra
Published on 2012-09-07T05:17:01Z Indexed on 2012/09/07 9:49 UTC
Read the original article Hit count: 307

Filed under:
|

I have been studying the conpects of Object oriented programming. Still I am not able to distinguish between the following concepts of object oriented programming..

a) Data Binding

b) Data Hiding

c) Data Wrapping

d) encapsulation

e) Data Abstraction

I have gone through a lot of books ,and I also search the difference in google. but still I am not able to make the difference between these?

Could anyone please help me ?

© Programmers or respective owner

Related posts about java

Related posts about object-oriented