C++ (Unit 1 & 2)

C++ (Unit 1 & 2)

12th Grade

20 Qs

quiz-placeholder

Similar activities

C Programming Quiz

C Programming Quiz

12th Grade - University

20 Qs

Arrays in Java

Arrays in Java

9th - 12th Grade

20 Qs

Python Functions

Python Functions

12th Grade

15 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Java, part I

Java, part I

11th Grade - University

20 Qs

Data Types

Data Types

9th - 12th Grade

20 Qs

OOP - Java Classes

OOP - Java Classes

12th Grade - University

15 Qs

Java Basics

Java Basics

12th Grade

17 Qs

C++ (Unit 1 & 2)

C++ (Unit 1 & 2)

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Battala Krishna

Used 4+ times

FREE Resource

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

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?