BJ Freeman wrote: > most of the frame works are objects. > so how would you implement your object in simple-methods > like GenericValue?
These new classes are still GenericValue, while also being more specific.
class Party extends GenericValue {}
BJ Freeman wrote: > most of the frame works are objects. > so how would you implement your object in simple-methods > like GenericValue?
These new classes are still GenericValue, while also being more specific.
class Party extends GenericValue {}