I'm having issues with what a default constructor is and how to write it as code.
This code im going to show you is my attempt at simply defining player, point, bullet as a class.
I need to Modify the classes to include the following.
A default constructor
User defined constructor
I have checked online and i think i might already have a default constructor but i'd really like some tips and guidance as to how to modify the classes to include those two things.