摘要:
从内存的角度来说,子类实例化的时候,会为抽象类划出来一块堆内存,用来存储抽象类的成员变量,而Interface没有成员变量,所以就不用开辟堆内存。(当然用来存储函数首地址的空间是省不了的)。 阅读全文
posted @ 2011-12-01 11:00 leon_ALiang 阅读(1054) 评论(0) 推荐(0) 编辑
posted @ 2011-12-01 11:00 leon_ALiang 阅读(1054) 评论(0) 推荐(0) 编辑
Copyright © 2024 leon_ALiang
Powered by .NET 9.0 on Kubernetes