You work as the application developer at Cert-Tech.com. Cert-Tech.com uses Visual Studio.Net 2005 as its application development platform. You use a Windows XP Professional client computer named Client01 as your development computer. <br /> You are developing a .Net Framework 2.0 application on Client01. You write the code shown below:Public Class Shape <br /> Private shapeName as String <br /> Public Sub Shape(ByVal shapeName as String) Me.shapename=shapeName End Sub <br /> Public Overridable Fuction GetName() As String Return shapeName End Function <br /> Private Sub DrawShape() ’Additional code&ens
A、A
B、B
C、C
D、D