4
Reply

Stepping through Code

Ask a question
John Smith

John Smith

8y
328
1
I have a Student class that I am using to populate a list of Student(s). When I make my assignment StudentClass sc = new StudentClass(); it moves to the next line of code without allowing me to step through the method thats populating the list with student objects. I am using a console application and was wondering could that be the problem? Do I need a constuctor? TIA !
 


Answers (4)