Computer Science, asked by prathameshborkut, 1 year ago

what are objects in java programming language

Answers

Answered by Anonymous
0
Objects have states and behaviors. Example: A dog has states - color, name, breed as well as behaviors – wagging the tail, barking, eating. Anobject is an instance of a class. Class − A class can be defined as a template/blueprint that describes the behavior/state that the object of its type support.

prathameshborkut: not understood
Answered by wwwamankumarmi
0
Java is an object-oriented programming (OOP) language. In this article, you'll be introduced to OOP and how you can create custom class andobjects in your Java program. Java is an object-oriented programming language. It allows you to divide complex problems into smaller sets by creating objects.

wwwamankumarmi: mrk me as brainliest
Similar questions