Read our blogs, tips and tutorials
Try our exercises or test your skills
Watch our tutorial videos or shorts
Take a self-paced course
Read our recent newsletters
License our courseware
Book expert consultancy
Buy our publications
Get help in using our site
551 attributed reviews in the last 3 years
Refreshingly small course sizes
Outstandingly good courseware
Whizzy online classrooms
Wise Owl trainers only (no freelancers)
Almost no cancellations
We have genuine integrity
We invoice after training
Review 30+ years of Wise Owl
View our top 100 clients
Search our website
We also send out useful tips in a monthly email newsletter ...
Software ==> | Visual C# (55 exercises) |
Topic ==> | Inheritance (5 exercises) |
Level ==> | Relatively easy |
Subject ==> | C# training |
This exercise is provided to allow potential course delegates to choose the correct Wise Owl Microsoft training course, and may not be reproduced in whole or in part in any format without the prior written consent of Wise Owl.
If you haven't already got one, create a Windows Forms project (using Visual C#, obviously) called wiseowl. Right-click on your project in Solution Explorer to add an existing item, and choose the file frmReality.cs in the above folder.
Make this the default form in Program.cs. Run your application and click on the button in the form which appears, to get:
The code creates 3 applications to appear on reality TV shows, using the RealityApplication class at the bottom of the form's code.
You now want to apply to Britain's Got Talent, but to do this you'll have to say what your applicant's talent is so you can display this in the message box:
The BGT application has to include the name of the talent your applicant will exhibit (in this case, dancing).
Add a class called BGTApplication which inherits from the RealityApplication class, but includes an extra property called Talent, eventually allowing you to add this code:
// add a Britain's Got Talent application
var app4 = new BGTApplication {
ApplicantName = "My cat",
ShowName = "BGT",
Talent = "Dancing" };
You'll need to override the base class's Description property to do this! When you've got everything working, you might like to consider what your talent would be ...
You can find other training resources for the subject of this exercise here:
Kingsmoor House
Railway Street
GLOSSOP
SK13 2AA
Landmark Offices
99 Bishopsgate
LONDON
EC2M 3XD
Holiday Inn
25 Aytoun Street
MANCHESTER
M1 3AE
© Wise Owl Business Solutions Ltd 2024. All Rights Reserved.