Answer:
They create categories for data.
Explanation:
They can create categories for data, by storing the data. Information itself can be stored in multiple ways, like creating categories!
I hope this helped :)
I think select the video insert select the movie option under illustrations resize the video player then select the insert tab i’m not 100 percent sure tho
Answer:
False
Explanation:
An abstract class is a class declared abstract — it may or may not include abstract techniques. It is not possible to instantiate abstract classes, but they can be sub-classed.
<u></u>
<u>Abstract method declaration</u>
abstract void moveTo(double X, double Y);
Usually the subclass offers solutions for all of the abstract techniques in its parent class when an abstract class is sub-classed. If not, however, the subclass must be declared abstract as well.
<u>Example</u>
public abstract class GraphicObject {
// declaring fields
// declaring non-abstract methods
abstract void draw();
}
An Object Class. Hopefully this answer is right.