Respuesta :
Answer: B
Explanation: A constructor is a special method of a class or structure in object-oriented programming that initializes a newly created object of that type. ... Instead of performing a task by executing code, the constructor initializes the object, and it cannot be static, final, abstract, and synchronized.
In computer programming, a resource which is used to create an object is called: B. constructor.
What is a constructor?
A constructor can be defined as a special method that is designed and developed to enable programmers create and initialize objects in Java programming.
This ultimately implies that, a constructor is a resource which can used to create an object in computer programming.
Read more on constructor here: https://brainly.com/question/26914047