Datastructures With Inheritance?
Are there data structures that have inheritance or ways to configure them to have it?
Comments
-
Yes, it is possible to configure your datastructures to have inheritance using superclasses and subclasses. The documentation we have for that is here Superclasses and Subclasses - Data Fields (decisions.com)
