Logo

dev-resources.site

for different kinds of informations.

what is object?

Published at
12/20/2024
Categories
java
programming
oop
Author
hema_latha
Categories
3 categories in total
java
open
programming
open
oop
open
Author
10 person written this
hema_latha
open
what is object?

In java object is an Instance of a class
that has its own unique value and memory space
object are a fundamental building block of object oriented programming in java
it can be create with new key word followed the class name
we use that class reference and assign data's to my class object and use it were we needed

ex--- car bike desk tv and filled template

Featured ones: