Describe how object orient programming differs from procedural programming. What are the key parts of object oriented programming?
Describe 4 commonly used component properties.
What is an event procedure. Write and simple example of an event procedure.
Describe the difference between a local variable and a class level variable. How does the scope of a variable impact its use?
Write a short example of an Exception handler.
Write an IF statement to display "Passed" in a message box is the GRADE is greater than 70.
Write an IF statement to display the larger of two variables X and Y.
What is a type conversion? Name and describe 2 type conversion functions.
Describe how a logic error differs from a syntax error.
Describe three logical operators and write an example that uses one of them.