开发者

clean method in inheriting form

开发者 https://www.devze.com 2023-01-06 10:14 出处:网络
Let\'s say Form1 inherits after Form2. Form 1 has fields one, two, three. Can I define a method clean_one in Form2 (so clean for field inherited from other form) 开发者_如何转开发? I presume you mean

Let's say Form1 inherits after Form2. Form 1 has fields one, two, three. Can I define a method clean_one in Form2 (so clean for field inherited from other form) 开发者_如何转开发?


I presume you mean that Form2 inherits from Form1. In which case yes, you can define a clean method on the subclass that cleans fields defined on the superclass.

0

精彩评论

暂无评论...
验证码 换一张
取 消