What does “data abstraction” exactly mean?

2019-03-12 21:55发布

What does data abstraction refer to? Please provide real life examples alongwith.

16条回答
Deceive 欺骗
2楼-- · 2019-03-12 22:46

data hiding deals the security features of oops. according to this property private data member of a class is accessible or visual only inside the class not outside the class.

查看更多
孤傲高冷的网名
3楼-- · 2019-03-12 22:49

Let's take one real life example of a TV which you can turn on and off, change the channel, adjust the volume, and add external components such as speakers, VCRs, and DVD players BUT you do not know it's internal detail that is, you do not know how it receives signals over the air or through a cable, how it translates them, and finally displays them on the screen.

查看更多
劳资没心,怎么记你
4楼-- · 2019-03-12 22:50

The technique of limiting the data attributes according to given scenario for development of software and removing all irrelevant attributes.This makes software development simpler.

查看更多
爱情/是我丢掉的垃圾
5楼-- · 2019-03-12 22:51

The technique of creating new data type that is well suited to an application to be programmed is known as data abstraction.

查看更多
登录 后发表回答