What is a
Matrix
What is
Coercion
The (implicit or explicit) conversion of data from one class to another, when data of different classes are combined within an object that can take only one class.
Name the basic atomic classes of objects
character
numeric (real numbers)
integer
complex
logical (true/false)
What is the main attribute of a vector?
It can only contain objects of the same class.
(The exception is the special list vector)
What is an attribute?
An attribute is a property or the metadata of an object.
Some attributes are