OOp Flashcards
Sequence of instructions expressed in specific programming language.
Program
Computers native language.
Machine language
He received ACM’s Turing Award, the “Nobel Prize of Computing,” in 2003 for Smalltalk, the first complete dynamic OOPL
Dr. Alan Kay
Simplified representation of salient features of something, either tangible or abstract
Model
Grammatical rules for forming instructions.
Syntax
Collection of collaborating components
System
Two-step process to translate from Java to machine language:
Execution
Semantics
Syntax
Compilation
Execution, Compilation
In OOP, objects are considered anthropomorphic. anthropomorphic meaning ____
Smart
Java was developed by Sun Microsystems and it is meant to run on many “platforms” without change, from desktop to cell phones
True
False
True
These are methods that retrieves field values.
accessor
It is the blueprint of an object.
Class
It is the abstraction of a real world concept into programming.
Object
It is the representation of object characteristics on Java programming.
Attributes
What is the value of an object types in the default constructor?
null
It is the concept of hiding details you do not care about as a user.
Abstraction