OOP introduction Flashcards
When did the Software Crisis occur?
1960-1980’s
True or False:
The Software Crisis gave birth to the field of Software Engineering
True
“Creating high-quality software systems in an efficient and predictable manner.”
Software Engineering
Was one of the prime concepts used to simplify programming problems
Abstraction
Used to hide background details or any unnecessary implementation about the data so that users only see the required information
Abstraction
A mechanism and practice to reduce and factor out details so that one can focus on a few concepts at a time
Abstraction
Procedural Programming:
Routines were grouped into __________
Functions
True or False:
One function can call another function
True
You could hide data to be accessible to only within a function
Encapsulation