For final year UG/PG girls in Chemistry & related fields: Get industry-ready with a certified training program in the chemical sector with We-Chemie.
Click here for more details. Apply here!

Creating object - Manipuri

371 visits



Outline:

Creating Object *An object is an instance of a class *Each object consist of state and behavior *Object stores it state in fields or variables *It exposes its behavior through methods *Reference variables *Create a class named TestStudent *Create an object of the Student class *Use new operator *Check what the reference variable contains *Create one more object of the Student class and check what the reference variable contains