1. | What does OOP mean?
|
2. | What is the difference between a package and a class?
|
3. | What is a method?
|
4. | What is the first parameter received by a class method?
|
5. | What function creates an object?
|
| |
6. | What are properties?
|
7. | What is an instance method?
|
8. | Does Perl have a "private" keyword?
|
9. | How do you name a class? Where do you put a class?
|
10. | What is meant by class method invocation?
|
11. | What is polymorphism?
|
12. | What is the @ISA array used for?
|
13. | What is a derived class?
|
14. | What is a closure used for?
|
15. | How do you document a class?
|
16. | What is a pod filter?
|
17. | How is a pod directive used?
|