describe class in detail with example
Answers
Answered by
1
Answer:
which class... and which example
Answered by
2
A class is a blueprint that defines the variables and the methods common to all objects of a certain kind. The class for our bicycle éxample would déclare the ínstance variables necessary to contain the current gear, the current cadence, and so on, for each bicycle object.
Similar questions