Calling .NET superclass method in Matlab -
stackers,
right facing 1 issue concerned on calling .net methods in matlab. relative reference can found through link below:
[http://www.mathworks.com/help/techdoc/matlab_external/brpb5k6.html][1]
my issue when object .net, want call superclass's method. means want cast type super parent's type.
image got objecta .net calling in matlab, class of objecta child of objectb, intention should below line of code:
objectb = cast(objecta, 'parent class type')
it not work, helps or comments on it?
thanks
methods in parent (superclass or base) type inherited, , can called on object of subtype.
or trying call base class version of virtual method? cannot outside class.
Comments
Post a Comment