clsIPet Code for Aggregation Mini-Lecture: Day 5
Option Explicit
Public Property Get Attentions() As String
End Property
Public Property Get VetVisitations() As String
End Property
Public Property Get Food() As String
End Property
Public Property Get Cleaner() As String
End Property
Public Property Get Exercises() As String
End Property
Public Property Get CareType() As String
End Property
Public Property Let CareType(ByVal vNewValue As String)
End Property
Public Property Get PetType() As String
End Property
Public Property Let PetType(ByVal vNewValue As String)
End Property

Alrak's Course Resources ©2002-2007 Karla Carter. All rights reserved. This material
(including, but not limited to, Mini-lectures and Challenge Labs) may not be reproduced, displayed, modified or distributed without the express prior written permission
of the copyright holder. For permission, contact
Karla.
|