What is class in computer science?
Answers
Answered by
6
- A class is a blueprint from which objects are created.
- A class contains methods and variables associated with an vínstance of a class.
Answered by
4
In object-oriented programming , a class is a template definition of the method s and variable s in a particular kind of object .
Similar questions