ICSE Class 10 Computer Applications
Question 11 of 25
Class as Basis of All Computation — Question 11
Back to all questions 11
Question Question 11
How are classes and abstraction linked ?
A class is a named software representation for an abstraction. A class actually represents an abstraction, where characteristics are implemented through data and behaviour is implemented through methods.
For example, the abstract concept of a car can be represented in the program by a class with properties like make, model, and year, and methods like start() and stop().