Midterm Pointer To Review App Dev
Midterm Pointer To Review App Dev
2.) Make a interface program named EXAM with a void method named HOTDOG. The
interface method should be public and with a char parameter type named
EWANDIKOALAM.
3.) What are the 2 advantages of following the SOLID Principles of Object – oriented
design.
4.) Make a void method named WALANGFOREVER with a String parameter named
FRIENDZONE. Add statement to display the message “Break na tayo: ” then
concatenate the value of FRIENZONE.
5.) Make a subclass named AYOKONA that extends the superclass named PAASA.
Create 2 private variables named MANLOLOKO (int) and UTOUTO (Char).
Pointers to Review
Coverage ng Midterm Exam (Alamin intindihin isaulo ang mga keyword mga ito)
Design Principles (Midterms) 03 Handout 1
3 Important charactertistics of a bad design architecture
➢ Ragility
➢ Fragility
➢ Immobality
The Solid Principle
➢ Single Responsibility principle (SRP)
➢ Open-Closed Principle (OCP)
➢ Liskov Substitution Principle (LSP)
➢ Interface Segregation Principle (ISP)
➢ Dependency Inversion Principle (DIP)
Design Pattern (Midterm) 04 Handout 1
Design pattern 4 Essential Features
➢ Pattern Name ➢ Solution
➢ Problem ➢ Consequence
3 Categories of design patterns in object oriented
➢ Creational Patterns
➢ Structural Patterns
➢ Behavioral Patterns
The 7 Starctural Design Pattern
The 3 Behavior Design Pattern