Hints:
1. How would you use Integers and Strings in an application?
Start off by defining integers and strings. Include examples.
2. Are Integers and Strings considered objects in VB? Elaborate.
Define an object. Include examples. Here's a resource that discusses VB.net's objects:
https://msdn2.microsoft.com/en-us/library/aa289512(vs.71).aspx
3. Why would you inherit from a string class?