0 votes
in JAVA by
What is object in java?

1 Answer

0 votes
by

What is object in java?

An object is a software bundle of variables and related methods.

You can represent real-world objects using software objects. You might want to represent real-world dogs as software objects in an animation program or a real-world bicycle as a software object within an electronic exercise bike. However, you can also use software objects to model abstract concepts. For example, an event is a common object used in GUI window systems to represent the action of a user pressing a mouse button or a key on the keyboard.

Related questions

+1 vote
asked Oct 27, 2020 in JAVA by sharadyadav1986
+2 votes
asked May 30, 2020 in JAVA by Robindeniel
...