Answers for "What is an object"

1

What is an object

The Object is the real-time entity having some state and behavior. 
In Java, Object is an instance of the class having the instance variables 
as the state of the object and the methods as the behavior of the object. 
The object of a class can be created by using thenewkeyword
Posted by: Guest on November-28-2020

Browse Popular Code Answers by Language