ICSE Class 10 Computer Applications
Question 12 of 25
Class as Basis of All Computation — Question 12
Back to all questions 12
Question Question 12
How do you map an abstraction into software ?
We map an abstraction into software form by depicting all its physical characteristics through data items and all its functionality i.e., behaviour through functions which are called methods.

Thus, in an object:
- there are variables to hold data, called member variables.
- the values of these member variables define the state of an object.
- there are member functions/operations/methods that define the behaviour of objects.