🎴 Flashcard Mode
Java Aptitude Test
Card1 / 25
Mastered0
Review0
QuestionClick to flip
A ………….is a software unit that combines a structured set of data with a set of operations for inspecting and manipulating that data.
AnswerClick to flip back
A
object
💡 Explanation:
An object is an instance of a class that encapsulates both data (fields) and the methods (operations) that act on that data.