Presentation Questions: 5. Flashcards

1
Q

What is OO paradigm?

A

DIfference between object oriented and other kinds of analysis is that object oriented approach requires are organized around objects. Which itergrate both data adn functions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why should you use prepared statements?

A

Because they can be executed repeatedly with high efficency.
This is because the statement is parsed only once again.
It minimizes bandwidth usage as only placedholder values need to be transmited.

Prepared statements also protect against SQL injkection as values are not embedded directly in SQL query string

How well did you know this?
1
Not at all
2
3
4
5
Perfectly