static class 和 non static class 的区别

Posted fankongkong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了static class 和 non static class 的区别相关的知识,希望对你有一定的参考价值。

static class non static class

1、用static修饰的是内部类, 此时这个内部

类变为静态内部类;对测试有用;

2、内部静态类不需要有指向外部类的引用

1、非静态内部类需要持有对外部类的引用;

 

以上是关于static class 和 non static class 的区别的主要内容,如果未能解决你的问题,请参考以下文章

jack放序列化自定义字段绑定,报错:can only instantiate non-static inner class by using default, no-argument constru

java中static和non static到底区别在哪儿呢?

static成员函数不能调用non-static成员函数

[Effective C++, 学习总结] 03 尽可能使用const

laravel项目出现Non-static method Redis::hGet() cannot be called statically的解决方法

static declaration follows non-static declaration