Object-Oriented Pseudocode Basics
You'll encounter plenty of object-oriented programming questions in your exams, and they're actually more straightforward than they look. The key is understanding that classes are like blueprints for creating objects.
Think of a class as a template - just like how architects use building plans to create different houses. Each class declaration contains attributes (the properties) and methods (the actions the object can perform).
Exam Tip: Always check your spelling carefully in pseudocode - marks are often lost for simple typos like "numberFl00" instead of "numberFloors"!






