Glossary

The aim of this section is to provide a small glossary on the subject of satellite navigation, Android and software engineering in general. You can find below descriptions of all used technical terms in this documentation.

Android Glossary

Software Engineering Glossary

Polymorphism

According to Wikipedia, Polymorphism is the provision of a single interface to entities of different types. In Java this is achieved due to class inheritance.