beginner91
Member
- Joined
- Mar 29, 2012
- Messages
- 7
- Programming Experience
- Beginner
This is a question on a past exam paper and I was wondering if someone could explain exactly what the question means?
Discuss the role of the InitializeComponents method of the class Form derived classes in a C# WinForms application
I know InitializeComponents adds the code to the program like for example when you add a button onto the form and a derived class is any class that inherits from any other derived class or base class.
So is the question just asking me to discuss the InitializeComponents method of a derived class?
I'm not asking anyone to answer the question for me, just please explain it in simple terms.
thanks
Discuss the role of the InitializeComponents method of the class Form derived classes in a C# WinForms application
I know InitializeComponents adds the code to the program like for example when you add a button onto the form and a derived class is any class that inherits from any other derived class or base class.
So is the question just asking me to discuss the InitializeComponents method of a derived class?
I'm not asking anyone to answer the question for me, just please explain it in simple terms.
thanks