Search Header Logo

C++ (Unit 1 & 2)

Authored by Battala Krishna

Computers

12th Grade

Used 4+ times

C++ (Unit 1 & 2)
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is the correct identifier?

  1. VAR_123

  1. $var_name

  1. varname@

9abc_12

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is the concept of OOPs

object

function

Class

method

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which is used to define the member of a class externally?

:

;;

#

::

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is a valid class declaration?

class A { int x; };

class B { }

public class A { }

object A { int x; };

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The data members and functions of a class in C++ are by default ____________

protected

public

private

public & protected

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following access specifier or specifiers are used for inheritance?

provate

public

protected

all of the above

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following statements is correct about the friend function in C++ programming language?

  1. A friend function is able to access private members of a class

  1. A friend function can access the private members of a class

  1. A friend function is able to access the public members of a class

  1. All of the above

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?