📄 mustinheritb.vb
字号:
Option Strict Off'Author:' V. Sudharsan (vsudharsan@novell.com)'' (C) 2005 Novell, Inc.MustInherit Class A MustOverride Function fun(ByVal a As Integer)End ClassMustInherit Class AB Inherits A MustOverride Function fun1(ByVal a As String)End ClassClass ABC Inherits AB Overrides Function fun(ByVal a As Integer) End Function Overrides Function fun1(ByVal a As String) End FunctionEnd ClassModule MustInheritF Function Main() As Integer End FunctionEnd Module
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -