Computer Science, asked by kumarrajinder90875, 18 hours ago

what are the objects and classes in opp​

Answers

Answered by PriyaRrani
3

Answer:

In object-oriented programming, a class is a blueprint for creating objects (a particular data structure), providing initial values for state (member variables or attributes), and implementations of behavior (member functions or methods). The user-defined objects are created using the class keyword.

Answered by supriyaraani
0

Answer:

In object-oriented programming, a class is a blueprint for creating objects (a particular data structure), providing initial values for state (member variables or attributes), and implementations of behavior (member functions or methods). The user-defined objects are created using the class keyword.

Explanation:

Similar questions