Can i inherit an object, except not have like one or two functions or properties inherited?
Printable View
Can i inherit an object, except not have like one or two functions or properties inherited?
I don't think so, but having the functions there you want won't do you no harm leaving them there, and just override the base ones if you need to.