c++

c++

University

5 Qs

quiz-placeholder

Similar activities

mobile ip

mobile ip

University

5 Qs

TCP/IP

TCP/IP

University

5 Qs

random access scheme

random access scheme

University

5 Qs

mobile computing

mobile computing

University

5 Qs

Spelling 5

Spelling 5

7th Grade - University

10 Qs

mobile computing

mobile computing

University

5 Qs

c++

c++

Assessment

Quiz

University

Hard

Created by

Sangatamil A

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following term is used for a function defined inside a class?

Member Variable

Member function

Class function

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following concept of oops allows compiler to insert arguments in a function call if it is not specified?

Call by value

Call by reference

Default arguments

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many instances of an abstract class can be created?

1

5

0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following cannot be friend?

Object

Operator function

Function

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following concepts of OOPS means exposing only necessary information to client?

Encapsulation

Abstraction

Data hiding