Array extends interface Abstract Data Type simple data complex data equals Linke
ID: 3806316 • Letter: A
Question
Array extends interface Abstract Data Type simple data complex data equals Linked List new exists toString() A general term for a set of data and a set of methods to manipulate that data. List structure that allows only sequential access to it elements. List structure with randomly-accessible elements. Java operation that allocates address space for class instances A variable that cannot be decomposed into parts is described as this kind of data Java keyword that implies "inherits from" Method a class should typically override when matching objects of the same type. A method that is inherited from the super parent class, Object, in all classes and is typically overridden A data type that can be broken down into smaller parts. A set of method declarations that describe what will be available in as implementing class.Explanation / Answer
1. a general term for a set of data and a set of methods to manupulate that data
-complex data
2. list structure that allows only sequential access to it elements
- Linked List
3. list structure with randomly-accessible elements
- array
4. java operation that allocates address space for class instances
-exists
5. a variable that cannot be decomposed into parts is described as this kind of data
sample data
6. java keyword that implies "inherits from"
- extends
7. method a class should typically override when maching objects of the same type
-equals
8. A method that is inherited from the super parent class object,in all clasees and is typically overriden
- toString()
9. A data type that can be brocken into smaller parts
- Abstract data type
10. A set of method declaration that describe what will be available in an implementing class
-interface
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.