John Smith

John Smith

  • NA
  • 9
  • 5.4k

Stepping through Code

Oct 14 2015 1:45 PM
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)