Day 15 Assessment -Encapsulation & Abstraction, Exception-28June

Day 15 Assessment -Encapsulation & Abstraction, Exception-28June

University

10 Qs

quiz-placeholder

Similar activities

K-ABC-II NU Review

K-ABC-II NU Review

University

11 Qs

STGY PPS QUIZ  TEST

STGY PPS QUIZ TEST

University

15 Qs

Python Programming - Introduction

Python Programming - Introduction

University

15 Qs

JavaLab-434

JavaLab-434

University

10 Qs

TEST

TEST

University - Professional Development

10 Qs

CRM lessons

CRM lessons

University

8 Qs

Retrieving memories

Retrieving memories

University

11 Qs

Computing Systems

Computing Systems

9th Grade - Professional Development

10 Qs

Day 15 Assessment -Encapsulation & Abstraction, Exception-28June

Day 15 Assessment -Encapsulation & Abstraction, Exception-28June

Assessment

Quiz

Professional Development

University

Medium

Created by

KVCH CORPORATE

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is encapsulation in C++?

Hiding the internal details and showing only the functionality

Creating multiple functions with the same name

Inheriting properties from another class

Allocating memory for objects

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you achieve encapsulation in C++?

By using classes and access specifiers

By using only global variables

By writing functions outside of classes

By using pointers

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which access specifier restricts access to the members of a class only to functions within the same class?

public

protected

private

static

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is abstraction in C++?

Using derived classes to extend base class functionality

Providing only essential information and hiding the background details

Allocating dynamic memory for objects

Overloading operators to work with user-defined data types

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is abstraction typically implemented in C++?

Through the use of access specifiers

By using abstract classes and interfaces

By allocating memory dynamically

Through the use of global variables

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of exception handling in C++?

To write efficient code

To handle runtime errors gracefully

To manage memory allocation

To create multiple threads

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to throw an exception in C++?

catch

throw

try

finally

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?