how to insert an array of class student into class course and increase the number every time the
class student is instintiated
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Gowtham RajamanickamPosted Apr 24, 2015, 12:33 AM
tota McsdPosted Apr 23, 2015, 2:31 PM
public student[] Coursestudents
{
get { return coursestudents; }
set { coursestudents = value; }
}
tota McsdPosted Apr 23, 2015, 2:29 PM