can we access a private variable using an object

前端 未结 7 1880
一整个雨季
一整个雨季 2020-12-11 08:07

We cannot access a private variable of a class from an object, which is created outside the class, but it is possible to access when the same object is created inside the cl

7条回答
提交回复
热议问题