How to make a dynamic object ,name of object is entered by user?

Showing Answers 1 - 2 of 2 Answers

Sunil Pratap Singh

  • Nov 8th, 2006
 

Objects have some attributes ,method and behaviour which determine their state. When the attributes and behaviour of the objects are determined at run time these objects are some times known as dynamic objects.

We can create dynamic object using decorator design pattern. Example are file classes like FileInputStream, FileBufferedReader etc.

  Was this answer useful?  Yes

chinnu

  • Nov 18th, 2006
 

hi ,apart from c++ ,java has dynamic feature . after creating . class file still scope to pass the imformation to that class .like java.lang.ObjectOutputStream using reflecton package.bye

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions