<%
Option Explicit
Dim MyObject
Set MyObject = Server.CreateObject("SampleServer.Employee")
Response.Write MyObject.EmpInfo(11)
%>
