InterviewSolution
Saved Bookmarks
| 1. |
Why class is known as reference data type ? |
|
Answer»
The name of a class can be used as a TYPE, so you can declare an OBJECT-type variable or specify that a method returns an object. ... Because USING a class name as a type declares a reference to an object, such types are called reference types.#zeaL☑ |
|