Computer Science, asked by MaverickMani, 1 year ago

How do you define a class in programming??

Answers

Answered by avisin
2
In object-oriented programming , a class is a template definition of the method s and variable s in a particular kind of object . Thus, an object is a specific instance of a class; it contains real values instead of variables.
Answered by loveAnchal1
1
"In object -oriented programming a class is a temple definition of the method s and variable s in a particular kind of object. thus,an object is a specific instance of a class ; it contains real values instead of variables ".

MaverickMani: temple definition???
MaverickMani: real values instead of variables. what are the difference between these two??
Similar questions