100+ Object Oriented Programming MCQ with Answers Pdf - 2

Question: 6

A base class may also be called

(A) parent class

(B) derived class

(C) subclass

(D) childclass

Ans: A

parent class

Question: 7

Static variables are sometimes called

(A) auto variables

(B) dynamic variables

(C) functional variables

(D) class variables

Ans: D

class variables

Question: 8

Which of the following functions do not have a this pointer?

(A) static functions

(B) member functions

(C) inspector functions

(D) access functions

Ans: B

member functions

Question: 9

Which of the following is an access specifier?

(A) safe

(B) particular

(C) shielded

(D) protected

Ans: D

protected

Question: 10

Before object oriented exception handling was practiced,

(A) the most popular error handling method was to thrown an exception

(B) the most popular error handling method was to terminate the program

(C) programmers could not deal with run time errors

(D) no run time errors occurred

Ans: B

the most popular error handling method was to terminate the program

Related Questions
Read More Engineering Topics