Vektor
✅ Multiple inheritance question
The gist of it is copy paste code but i am trying to find out if i can avoid copy pasting everything and doing it more elegantly.
The new webform that will provide the service is 99% identical to the old but it has it's own unique flares and features in a sense.
I can't make it inherit the old partial class which inherits the base since I don't think it will allow me to access the base methods right?
14 replies