Define a class with reference to Object Oriented programming.
Answers
Answered by
1
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.
Similar questions