ReePrime China
Java Programming Tutorial 6 Explaination Class and object (Sindhi)

此内容来自第三方平台 (Dailymotion)。如果此视频侵犯了您的版权,请使用 立即删除 工具。

Java Programming Tutorial 6 Explaination Class and object (Sindhi)

描述

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