Explian DynamicObject classes

Briefly explain the term DynamicObject classes?

E

Expert

Verified

DynamicObject class allows us to describe the dynamic behavior for the object during run time. This class couldnot be instantiated directly; then, to execute dynamic behavior, you should inherit from DynamicObject class and override required methods. It also permits us to describe specific operations which could be performed on the dynamic objects as well methods to execute those operations.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.