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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -