What is the difference between IRobotApplication and RobotApplication

What is the difference between IRobotApplication and RobotApplication

HadiMoosavi
Enthusiast Enthusiast
275 Views
1 Reply
Message 1 of 2

What is the difference between IRobotApplication and RobotApplication

HadiMoosavi
Enthusiast
Enthusiast

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.

0 Likes
Accepted solutions (1)
276 Views
1 Reply
Reply (1)
Message 2 of 2

Stephane.kapetanovic
Mentor
Mentor
Accepted solution

hi @HadiMoosavi 

I for interface

An Interface is just a set of definition that you must implement in your Class inheriting that Interface.

Best regards

Stéphane Kapetanovic

Did you find this post helpful? If it gave you one or more solutions,
don't forget to accept the solution and leave a < like !
EESignature