Q4 - Comp Vision

Q4 - Comp Vision

University

10 Qs

quiz-placeholder

Similar activities

Dr. S. Uma's Object Oriented Programming Quiz Event 1

Dr. S. Uma's Object Oriented Programming Quiz Event 1

University

10 Qs

COMPUTER PROGRAMMING 2- SEATWORK 2- INTRO TO OBJECT OOP

COMPUTER PROGRAMMING 2- SEATWORK 2- INTRO TO OBJECT OOP

University

10 Qs

CS121 OOP

CS121 OOP

University

15 Qs

Quiz on OOPs- Day 1 (30-01-2025)

Quiz on OOPs- Day 1 (30-01-2025)

University

10 Qs

Object Oriented Programming Assessment 1

Object Oriented Programming Assessment 1

University

15 Qs

C++ Quiz-1

C++ Quiz-1

University

15 Qs

Objection-Oriented Concepts

Objection-Oriented Concepts

University

10 Qs

ADPROG1

ADPROG1

University

10 Qs

Q4 - Comp Vision

Q4 - Comp Vision

Assessment

Quiz

Computers

University

Hard

Created by

Ronald Baldemoro

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ___ is considered as a blueprint of objects. We can think of the ___ as a sketch (prototype) of a house.

CLASS

OBJECT

DEF

CLASSES

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An ___ is called an instance of a class. For example, suppose Bike is a class then we can create like bike1, bike2, etc. from the class.

OBJECT

CLASS

CLASSES

INHERITANCE

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Python Function defined inside a class is called a ____.

METHOD

FUNCTION

DEF

DEFINE

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We use the dot (.) notation to access the ____ of a class.

ATTRIBUTES

OBJECT

FUNCTION

DEF

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

init() is the ____ function that is called whenever a new object of that class is instantiated.

CONSTRUCTOR

INITIALIZED

FIRST ACCESS

FIRST TO LOAD

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

___ is a way of creating a new class for using details of an existing class without modifying it.

INHERITANCE

OBJECT ORIENTED

ENCAPSULATION

POLYMORPHISM

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

___ is one of the key features of object-oriented programming.

ENCAPSULATION

INHERITANCE

CLASSES

OBJECT ORIENTED

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?