A _______ is a variable inside an object that make sup part of its internal state.

Object Oriented Programming

Quiz
•
Computers
•
12th Grade
•
Hard
Ian Garraway
Used 2+ times
FREE Resource
13 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
30 sec • 2 pts
2.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
A value that can be passed to a function or class when it is called.
3.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
In OOP, creating an object from a class is a process known as...
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
The ability for a class to inherit the methods and attributes of a parent class. Its ‘child’ class can have its own methods and attributes and override methods of its parent class.
Polymorphism
Encapsulation
Attribute
Inheritance
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What makes it possible to create a new child class that shares the attributes and methods of the original (parent) class?
Instantiation
Inheritance
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the following code display when run?
String str1="Melvin";
String str2="Melvin";
if(str1!=str2)
System.out.print("I didn't expect that.");
else
System.out.print("This one is tricky.");
I didn't expect that.
This one is tricky.
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Ensuring private attributes can only be amended through public methods. This prevents objects being manipulated in unintended ways.
Polymorphism
Inheritance
Encapsulation
Object Oriented Programming
(OOP)
Create a free account and access millions of resources
Similar Resources on Quizizz
14 questions
Object Orientated Programming 3

Quiz
•
11th - 12th Grade
8 questions
Object Oriented Programming

Quiz
•
12th Grade
8 questions
8.4 Programming Paradigms and Processes

Quiz
•
11th - 12th Grade
10 questions
C# Programming Quiz

Quiz
•
12th Grade
14 questions
CSA 1.1.1 Why Programming? Why Java?

Quiz
•
10th - 12th Grade
18 questions
Object Orientated Programming (BTEC Computing)

Quiz
•
11th - 12th Grade
11 questions
Object Oriented Programming

Quiz
•
12th Grade
10 questions
Quarter 4 - LQ1 (Oracle Prog)

Quiz
•
12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University