“In a constructor Call do you need to specify the type, for instance a constructor named MyDog with the value of 66”,”No when it comes to constructor call all you are doing is creating a new object by giving it a value, such as

Average Rating
0 out of 5 stars. 0 votes.

“In a constructor Call do you need to specify the type, for instance a constructor named MyDog with the value of 66”,”No when it comes to constructor call all you are doing is creating a new object by giving it a value, such as

>new MyDog(66) < so in this case you wouldn't have to use a int."