what is class in Java and what it is composed of
Answers
Answered by
3
The process of creating objects from a class is called instantiation. An object encapsulates state and behavior. An object reference provides a handle to an object that is created and stored in memory. In Java, objects can only be manipulated via references, which can be stored in variables.
Hope it's help u
Hope it's help u
Similar questions