What are primitive data types?
Variables that store single, simple values.
What are some examples of primitive data types?
Byte, int, float, Boolean, double, char
What is the difference between a structure and an array?
A structure can store different types of data. An array will only allow you store int and strings.
What is the main issue with structures?
You can’t define functions within one
What are objects?
Objects are instances of a class
What is a class?
It is a template for an object