Review Questions

1:What is lexical analysis?
2:What are the atomic parts of a C# program?
3:What is Pascal casing and camel casing? For which parts of the C# program should they be used?
4:What is the main difference between variables and literals?
5:What are operators and operands? How do they relate?
6:Is 50 an expression? Is (50 + x)? Is public?
7:Give examples of typical keywords in C#.
8:Why is pseudocode not well suited for expressing the overall design of an object-oriented program?
9:What kind of relationship does a BankCustomer object have with a BankTeller object? How is this expressed in UML?
10:What kind of relationship does a Heart object have with a HumanBody object. How is this expressed in UML?
11:What kind of relationship does a LightBulb ...

Get C# Primer Plus now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.