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 ?

Answer

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.

How do you map an abstraction into software ? Class as Basis of all Computation, Sumita Arora Computer Applications Solutions ICSE Class 10

Thus, in an object:

  1. there are variables to hold data, called member variables.
  2. the values of these member variables define the state of an object.
  3. there are member functions/operations/methods that define the behaviour of objects.