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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -