Computer Science, asked by uttamk5975, 1 year ago

Define a class with reference to Object Oriented programming.

Answers

Answered by Hyperxsam
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