Java Programming Tutorial 6 Explaination Class and object (Sindhi)

  • 10 years ago
Summary :

> Public data can access any where in the Project.
> Class is the collection of methods ,fields and objects.
> Method is the collection of instruction which perform the specific task.
> Package is the collection of classes
> Object is the key through which we can access the class members .
> New is key word which create the space for object

Recommended