❔ Call base method in multiple inheritance
Example of what i have:
When i call C#Foo() i get "Hello World!" but i only want to call the base method of A so my console result would be "Hello !"
I hope you guys can understand what i want.
How can i doing this
When i call C#Foo() i get "Hello World!" but i only want to call the base method of A so my console result would be "Hello !"
I hope you guys can understand what i want.
How can i doing this