+ 3
Which is the best definition of class in object programming?
I would compare the different definitions for the most important concept in object programming.
3 Answers
+ 2
A term often used is "Blueprint". Blueprint (layout) for an object.
+ 2
The written description (Blueprint) of an object, specifying its properties and methods.
+ 2
class is having data and code I.e., variables and method