A class diagram consists of a ____ divided into three sections. A) square B) rec
ID: 3646530 • Letter: A
Question
A class diagram consists of a ____ divided into three sections.
A) square
B) rectangle
C) circle
D) triangle
2.
Methods are sometimes called ____.
A) segments
B) modules
C) classes
D) routines
3.
An object is a category of things.
A) True
B) False
4.
A method is a program module that contains a series of statements that carry out a task.
A) True
B) False
5.
____ is the process of creating a new, derived class from a base class.
A) Accessibility
B) Encapsulation
C) Inheritance
D) Polymorphism
6.
The memory location known as the ____ is where the computer stores the list of method locations to which the system must return.
A) method stack
B) location stack
C) call stack
D) store location
7.
What will be the output of the below program? List what will be outputed to the screen and explain your answer.
class Class_name
main()
// Declarations
num index
num SIZE = 10
num numbers[SIZE] = 0,0,0,0,0,0,0,0,0,0
index = 0
while index < SIZE
numbers[index]= index * 10
index = index + 1
endwhile
output
Explanation / Answer
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.