P
P
Programist189462021-12-13 03:35:14
Java
Programist18946, 2021-12-13 03:35:14

What does class mean as a data type?

There is a class Car,

public class Entry{
     private Car value;
}

What does Car mean in data type?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel Shvedov, 2021-12-13
@Programist18946

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 question

Ask a Question

731 491 924 answers to any question