2 small tasks

User Generated

uhffrl

Programming

Description

TASK 1:

Create four new classes for each real-world object. For each new class that you have created, create an interface that defines its behavior, then require your class to implement it. Omit one or two methods and try compiling. What does the error look like?

TASK 2:

Create a small program that defines some fields. Try creating some illegal field names and see what kind of error the compiler produces.

In the program you created, try leaving the fields uninitialized and print out their values. Try the same with a local variable and see what kind of compiler errors you can produce. 


User generated content is uploaded by users for the purposes of learning and should be used following Studypool's honor code & terms of service.

Explanation & Answer

Related Tags