T
TS
When have a class, but need some info that is contained in other class, is
it worth the overhead to instantiate both objects if you only need 2
properties, or let those other properties piggyback on the first class which
would make it kind of ugly.
thanks!
it worth the overhead to instantiate both objects if you only need 2
properties, or let those other properties piggyback on the first class which
would make it kind of ugly.
thanks!