oop 2

oop 2

University

13 Qs

quiz-placeholder

Similar activities

Python Programming Competition

Python Programming Competition

University

12 Qs

IT Quiz Bee 2025 - DIFFICULT

IT Quiz Bee 2025 - DIFFICULT

University

10 Qs

Basics of Java

Basics of Java

University

15 Qs

Java_MCQ_3

Java_MCQ_3

University

15 Qs

Quiz 2 - Web Frameworks part 1

Quiz 2 - Web Frameworks part 1

University

9 Qs

Quiz Data Warehouse Pertemuan 2

Quiz Data Warehouse Pertemuan 2

University

16 Qs

AverageRound

AverageRound

University

10 Qs

ITEC101 - Lesson 1 - Quiz 1

ITEC101 - Lesson 1 - Quiz 1

University

15 Qs

oop 2

oop 2

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

laith fakhri

Used 1+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following can access private data members of a class?

Only constructors

Only public member functions

Any function in the program

Only member functions of the same class

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if no constructor is defined in a class?

Compilation error

A default constructor is automatically provided

Object cannot be created

Destructor is also removed

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT true about constructors?

They have no return type

They can be overloaded

They can be called manually

They are automatically called when an object is created

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which member selection operator is used with an object?

::

->

.

@

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following providing a programmer with the facility of using object of a class inside other classes

inheritance

Composition

Abstraction

Encapsulation

6.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Can a constructor function be constant

yes, always

Yes, only if premissions are given

no,because objects are not involved

No ,Never

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

when a destructor is called?

after the end of object life

anytime between object's lifespan

at the end of whole program

just before the end of object life

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?