163 subscribers
3.42K photos
24 videos
39 files
371 links
Link: @java_posts

Contact: java.response.email@gmail.com
Download Telegram
What are Objects ?
Objects are always called instances of a class which are created from a class in java or any other language. They have states and behaviour.

Suppose, we have created a class called My book, we specify the class name followed by the object name, and we use the keyword new.
#Source_code
#OOP_Concepts_Java
#Objects
#110