Computer Science, asked by Sreeram3652, 8 months ago

List_valuer list = new List_valuer();

Answers

Answered by abhyas29
0

Answer:

this line of code declares a reference variable list that refers to the object of class list_valuer. it calls the default constructor list_valuer().

Answered by codiepienagoya
0

Description of the given code can be defined as below:

Explanation:

  • As we know in Oops programming language, it uses class object concept, in which "List_valuer" a class is defined.
  • It is a class definition, in which it defines the action that benefits the item its kind as a prototype/model.
  • In the given java code, a new keyword is used, which creates class "List_valuer" object, that is "list" is created, in which it creates an instance variable.

Learn more:

  • What is object: https://brainly.in/question/639825

Similar questions