Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hey, i need a way to implement reflection architecture pattern in c,c++ or java.
can anyone help me with the source code?
thanx in advance.
Posted
Comments
Amir Mahfoozi 3-Dec-11 5:29am    
All of those languages and many other languages support reflection.

You can see examples here :
http://en.wikipedia.org/wiki/Reflection_%28computer_science%29

So what do you mean by saying "I want to implement reflection pattern in c,c++,java" Please explain more?

1 solution

Check this - can't explain it any better:
Tutorial Java Reflections API[^]

Using Reflections API[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900