The difference between this and super

this: call the current member variable, call the current member method, call other constructors of the current class, put it in the first sentence

super: call the member variable of the parent class, call the member method of the parent class, call the constructor of the parent class, put it in the first sentence

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324820734&siteId=291194637