Net Dynamics Question: Download Net Dynamics PDF

What is DynamicObject?

Tweet Share WhatsApp

Answer:

The DynamicObject class enables you to define the dynamic behavior for an object at run time. This class cannot be instantiated directly; therefore, to implement the dynamic behavior, you must inherit from the DynamicObject class and override the necessary methods. It allows you to define the specific operations that can be performed on dynamic objects as well the methods to perform those operations.

Download Net Dynamics PDF Read All 21 Net Dynamics Questions
Previous QuestionNext Question
Explain the difference between dynamic and var data types?What is Net Dynamics Application Server?