Midterm OOP - Lesson 3 Flashcards
1
Q
In simple terms, “displays” only the
relevant attributes of objects and “hides” the
unnecessary details.
A
Abstraction -
2
Q
the wrapping up of data and functions (hide /
unhide)
A
Encapsulation
3
Q
the capability of a class to inherit some / all
attributes of another class.
A
Inheritance
4
Q
the ability of an objects of different types to
respond to its function of the same name.
A
Polymorphism
5
Q
same name, but differ in function
A
Polymorphism