Chapter 6: Problem 20
Assume that the following is a constructor, which appears in a class: Classhet ( int number) 1 Item = number: 1 a) What is the name of the class that this constructor appears in? b) Write a statement that creates an object from the class and passes the value 25 as an argument to the constructor.