+ 1
Hello, I am working on a python project where i need to use inheritance, but I am unable to do it. Pls help
My first class is systemInfo(Frame) which contains a method buy_now and buy_now uses treeview which is declared in systeminfo. My second class is Registration_form where I am defing the buy button and on its command I want to call buy_now . I can't find a solution for this. Can someone pls help
3 ответов
+ 2
+ 2
Yup @Testing003, class inheritance works like that.
Class(baseclass):
....
0
I tried this but it dint work