1. What is a class constructor? What is it used for?
2. When you inherit from another class, how can you use your parent's members?
3. As a program designer, how are console and event driven processing logic different?
4.Create a try/catch example in pseudo code that would test for an invalid subscript and present the user an exception indicating the problem.
5. Object orientated programs are faster, smaller and less complex. True or false and defend with a paragraph.
1. What is a class constructor? What is it used for? 2. When you inherit from...
The purpose of this assignment is to develop solutions that perform File IO and objects. Problem specifications are shown below with my changes in blue. 1. File Previewer Write a program that asks the user for the name of a text file. The program should display the first 10 lines of the file on the screen. If the file has fewer than 10 lines, the entire file should be displayed along with a message indicating the entire file has been...