It is any real-world thing that has properties and actions . In other words, an entity that has state and behavior is known as object in Java. Here, state represents properties and behavior represents actions or functionality. For example, book, pen, pencil, TV, fridge, washing machine, mobile phone, etc.
Read moreWhat is class and object give real time example?
Everything in Java is associated with classes and objects, along with its attributes and methods. For example: in real life, a car is an object . The car has attributes, such as weight and color, and methods, such as drive and brake. A Class is like an object constructor, or a “blueprint” for creating objects.
Read more