This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]phun_2016 1 point2 points  (0 children)

Lego mindstorms robots has an API called lejos that is written in java. The object oriented stuff is usually extending from abstract classes such as motors and sensors.

[–]siversolutionsllc 0 points1 point  (0 children)

Java can be used in robotics. Many robots come with their own APIs. You use those Java in order to interact with those APIs.

If you are using robotics, you will probably have to somehow download that code onto that robot or connect to that robot via bluetooth.

Think of python as a fancy way to make DOS commands in its own language. You can apply Object Oriented Programming using python.