Programming Logic and Design, 8eSolutions 11-1Programming Logic and Design, 8th EditionChapter 11Review Questions1.When you instantiate an object, the automatically created method that is called isa __________.a. creatorb. initiatorc. architectd. constructor
Get answer to your question and much more
3.Which of the following can be overloaded?
Get answer to your question and much more
4.Every default constructor __________.
Get answer to your question and much more
5.When you write a constructor that receives a parameter, __________.a. the automatically created default constructor no longer existsb. the parameter must be used to set a data fieldc. it becomes the default constructord. the constructor body must be empty
6.When you write a constructor that receives no parameters, _____.
Get answer to your question and much more