1

I am no new to programming.Just want to know the actual concept of the Abstraction :

Representing meaningful details, without going much into background details.

For Example, Encapsulation can be explained as the methods and variables wrapped inside a class.

Does Abstraction mean using correct Access specifiers , so that the information can be localized ? Or making data visible to a particular class/method as per the needs? Just a guess.

A small demo Example can be useful.

4

5 に答える 5

0

簡単な言葉で言いましょう

抽象化は、フレームワークを指定し、実装レベルの情報を隠しています。具体性は抽象化の上に構築されます。詳細を実装する際に従うべき青写真を提供します。抽象化は、低レベルの詳細を隠すことで複雑さを軽減します。

NOW 抽象化は、何かをより簡単な言葉で説明する概念です。

于 2013-07-10T11:57:53.817 に答える