程旭媛 发表于 2013-8-16 16:36:29

[Oracle interview]How are this() and super() used with constructors?

龚城师 发表于 2013-8-16 16:42:34

This() isused to invoke a constructor of the same class. super() is used to invoke asuperclass constructor.
页: [1]
查看完整版本: [Oracle interview]How are this() and super() used with constructors?