Answer the question
In order to leave comments, you need to log in
What does class mean as a data type?
There is a class Car,
public class Entry{
private Car value;
}
Answer the question
In order to leave comments, you need to log in
This means that instances of the Entry class have a value property, which is an instance of the Car class
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question