You are on page 1of 1

Prelim Pointers to Review

Object - Oriented Programming

1. Algorithm - is a step-by-step instructions

2. Computer Program - a step-by-step sets of instructions for computer

3. Programming Languages - Used to communicate with computer

4. Major Families of Languages - High - Level Language, Assembly Language and Machine -
Oriented Language

5. Divisions of High - Level Languages - Procedural(sequential) and OOP(classes)

6. Object - usually a person, place or thing ( a noun )

7. Classes - a category of similar objects ( such as automobiles ), does not hold any values of the
object’s attributes/properties

8. Simula - the first object - oriented programming language

9. Object - Oriented Programming - focuses on classes

10. Types of OOP - Hybrid OO Languages and Prime OC Languages

11. Method - an action performed by an object ( a verb )

12. Property / Attribute - characteristics of certain object

13. Constructor -

14. Entities of Object -

Conceptualizing a single form

Topic: Library Main Transaction

You might also like