---
title: "exaplain the keyword Must Inherit in VB.Net?"  
description: "exaplain the keyword Must Inherit in VB.Net?"  
author: "Rajesh Goswami"  
published: 2010-10-19  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/53/exaplain-the-keyword-must-inherit-in-vb-dot-net  
category: "vb.net"  
tags: ["vb.net"]  
reading_time: 1 minute  

---

# exaplain the keyword Must Inherit in VB.Net?

MustInherit means that the class cannot be instantiated but rather must be inherited.

## Answers

### Answer by Pushpendra Singh

MustInherit means that the class cannot be instantiated but rather must be inherited.


---

Original Source: https://www.mindstick.com/interview/53/exaplain-the-keyword-must-inherit-in-vb-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
