Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

Creating class - English

40486 visits



Outline:

Creating Class *Whatever we can see in this world are all objects *Objects can be categorized into groups known as class *This is class in real world *Human Being is an example of class in real world *Class in java is the blue print from which individual objects are created *Class consists defines a set of properties called variables and a set of behaviors called methods *Syntax for creating class *Create a simple class Student using Eclipse *The Student class can contain pro