Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there any difference between these two statements:
IRobotApplication robApp = new RobotApplication();
and
RobotApplication robApp = new RobotApplication();
There seem to be many similar objects in RobotOM like: IRobotNodeSupportData and RobotNodeSupportData
my guess is this is a very basic programming question. Apologies.
Solved! Go to Solution.