Add advanced inheritance topic links to VB Inheritance Basics#52261
Merged
BillWagner merged 3 commits intomainfrom Mar 12, 2026
Merged
Add advanced inheritance topic links to VB Inheritance Basics#52261BillWagner merged 3 commits intomainfrom
BillWagner merged 3 commits intomainfrom
Conversation
Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update documentation to include advanced inheritance concepts
Add advanced inheritance topic links to VB Inheritance Basics
Mar 11, 2026
BillWagner
approved these changes
Mar 11, 2026
Member
BillWagner
left a comment
There was a problem hiding this comment.
This LGTM and is ready for final review.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR improves the Visual Basic Inheritance Basics documentation by expanding the See also section so readers can easily discover advanced inheritance-related topics (variance, generics, interfaces, shadowing vs. overriding, and design guidelines).
Changes:
- Expanded the See also section from 2 to 10 links, adding 8 targeted references to more advanced topics.
- Updated
ms.dateto the current date and addedai-usage: ai-assistedfrontmatter.
docs/visual-basic/programming-guide/language-features/objects-and-classes/inheritance-basics.md
Outdated
Show resolved
Hide resolved
docs/visual-basic/programming-guide/language-features/objects-and-classes/inheritance-basics.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
gewarren
approved these changes
Mar 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The VB Inheritance Basics page had only 2 "See also" links, leaving readers without guidance on covariance, generics variance, abstract class design, shadowing vs overriding, and interfaces as a multiple-inheritance workaround.
Changes
inheritance-basics.md— Expanded "See also" section with 8 targeted links:List(Of MyClass)vsList(Of MySubClass)questionsMustInheritbest practicesms.dateand addedai-usage: ai-assistedfrontmatterOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
Internal previews