If you don't provide an access specifier for a procedure, it will be designated public by default. The correct option is D.
What is a specifier?
A class can use the public access specifier to expose its member variables and member functions to other functions and objects.
Outside of the class, any public member can be accessed.
If you do not specify an access specifier for a procedure, it is set to public by default.
Thus, the correct option is D.
For more details regarding specifier, visit:
https://brainly.com/question/14137273
#SPJ2