1/7
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Object-Oriented Programming
ā¢ Object-Oriented Programming is Java, also known as OOP.
ā¢ Software objects act and interact.
ā¢ The values of an object's attributes define its state.
ā¢ A class is a blueprint for objects.
ā¢ OOP design principles:
- Encapsulation
- Polymorphism
- Inheritance
Encapsulation
ā¢ Encapsulation packages and hides details.
Polymorphism
ā¢ Polymorphism enables objects to behave appropriately.
Inheritance
ā¢ Inheritance organizes related classes.
Algorithms
ā¢ An algorithm is like a recipe.
ā¢ Algorithms are often written in pseudocode.
Pseudocode
ā¢ Pseudocode is a mixture of English and Java.
Testing and Debugging
ā¢ Syntax errors are grammatical mistakes.
ā¢ Run-time errors occur during execution.
ā¢ Logic errors are conceptual mistakes in the program or algorithm.
Example: using multiply instead of add.
Software Reuse
ā¢ Java provides a library of classes for you.