Keyword in Java that can access an attribute or property of an inherited class (aside from public)
What is Protected?
Component that gives the alerts from user events
What is View?
Visualized in UML with a solid line and a white triangle
What is extends?
OOP concept that gets all attributes and methods from a class or super class
What is Inheritance?
Component that sends the signal to either manipulate or send information?
What is Controller?
Visualized in UML with a white triangle and broken lines
What is implements?
OOP concept that can be associated with type casting an object
What is Polymorphism?
Component that manages the data or is in charge of storage
What is Model?
Special character used to denote an attribute or method is protected
What is # or hash?
Keyword in Java that can be used to check on a related instance of a class
What is instanceof?
Component involved with decision making or logic
What is Controller?
Text style used to refer a class or method as abstract
What is italic?
OOP concept where only relevant data and behavior are exposed at any given time, the rest are then placed away
What is Abstraction?
Component that acts as a bridge between the user and the application?
What is View?
Special character used to indicate package
What is ~ or approximate?