四、類別Classl的三個成員變數分別被宣告如下(虛擬碼) 
Private     VI as Integer 
Protected V2 as Integer 
Public       V3 as Integer 
請問V1、V2、V3三個變數,分別能被哪些項目進行存取?( 10分)