reflection - Filling object fields value at runtime falls under which design pattern -
just having question in mind thought lets views expert. might silly question.
actually using reflection mechanism fill of fields value of class @ run time. lets have class 5 fields. i'll set value of 2 fields @ compile time remaining 3 fields value i'll set @ run time.
so question fall under design pattern?
regards,
mahendra athneria
this close autofixture does. internal architecture big chain of responsibility.
the builder pattern comes mind.
Comments
Post a Comment