Problem 76
Consider the following identifiers: Address, ADDRESS, AddRess, Name, NAME, NamE. a. How many different identifiers are represented if the language is Python? b. How many different identifiers are represented if the language is VB .NET? c. How many different identifiers are represented if the language is C++ or Java?
Problem 77
Distinguish between the definition of an object in the design phase and in the implementation phase.
Problem 79
Distinguish between a field and a method.
Problem 81
Discuss the differences between a top-down design and an objectoriented design.