© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
13 replies
Vektor

✅ Multiple inheritance question

I have a partial class webform that is inheriting a base page class. Inside it there are multiple references to base methods.
I am required to make a similar one with ever so slightly different functionality that has to be in a separate aspx.

The question is can I use Multiple inheritance to avoid copy pasting the code over into the new one and making the changes? Is it possible to just inherit the partial and somehow access the base methods required for it to function?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ Inheritance Tricky Question
C#CC# / help
3y ago
✅ Question about inheritance c# [SOLVED]
C#CC# / help
8mo ago
❔ Call base method in multiple inheritance
C#CC# / help
3y ago
❔ EF inheritance, selecting from multiple children
C#CC# / help
4y ago