Wipro Turbo Quiz on OOPS Concepts with Answers

Question 1

Time: 00:00:00
Which of the following statements is correct?

Base class pointer cannot point to derived class.

Base class pointer cannot point to derived class.

Derived class pointer cannot point to base class.

Derived class pointer cannot point to base class.

Pointer to derived class cannot be created.

Pointer to derived class cannot be created.

Pointer to base class cannot be created.

Pointer to base class cannot be created.

Once you attempt the question then PrepInsta explanation will be displayed.

Please login to submit your explanation

Start

Question 2

Time: 00:00:00
How many types of polymorphisms are supported by C++?

1

1

2

2

3

3

4

4

Once you attempt the question then PrepInsta explanation will be displayed.

Please login to submit your explanation

C++ supports 3 types of polymorphism 1) ad-hoc polymorphism 2) parametric polymorphism 3) subtype polymorphism

Start

Question 3

Time: 00:00:00
Choose correct statement for  overloading of functions?

Virtual polymorphism

Virtual polymorphism

Transient polymorphism

Transient polymorphism

Ad-hoc polymorphism

Ad-hoc polymorphism

Pseudo polymorphism

Pseudo polymorphism

Once you attempt the question then PrepInsta explanation will be displayed.

Please login to submit your explanation

Start

Question 4

Time: 00:00:00
Which of the following is correct about function overloading?

The types of arguments are different.

The types of arguments are different.

The order of argument is different.

The order of argument is different.

The number of argument is same.

The number of argument is same.

Both A and B.

Both A and B.

Once you attempt the question then PrepInsta explanation will be displayed.

Please login to submit your explanation

Overloading: --Same function name --different return type --different number of arguments --different order of arguments --different types of arguments

Start

Question 5

Time: 00:00:00
What is Dynamic binding

as same as Data hiding

as same as Data hiding

waiting until compile time to determine which function to call

waiting until compile time to determine which function to call

waiting until runtime to determine which function to call

waiting until runtime to determine which function to call

None of the above

None of the above

Once you attempt the question then PrepInsta explanation will be displayed.

Please login to submit your explanation

Start

Question 6

Time: 00:00:00
____ cannot be used with the keyword virtual?

class

class

member functions

member functions

constructor

constructor

destructor

destructor

Once you attempt the question then PrepInsta explanation will be displayed.

Please login to submit your explanation

Start

Question 7

Time: 00:00:00
The compiler checks the type of reference in the object and not the type of object.

Inheritance

Inheritance

Polymorphism

Polymorphism

Abstraction

Abstraction

Encapsulation

Encapsulation

Once you attempt the question then PrepInsta explanation will be displayed.

Please login to submit your explanation

Start

Question 8

Time: 00:00:00
Which of the following are available only in the class hierarchy chain?

Public data members

Public data members

Private data members

Private data members

Protected data members

Protected data members

Member functions

Member functions

Once you attempt the question then PrepInsta explanation will be displayed.

Please login to submit your explanation

Start

Question 9

Time: 00:00:00
Pick correct statements about inline functions

It speeds up execution.

It speeds up execution.

It slows down execution.

It slows down execution.

It increases the code size.

It increases the code size.

Both A and C.

Both A and C.

Once you attempt the question then PrepInsta explanation will be displayed.

Please login to submit your explanation

Start

Question 10

Time: 00:00:00
Which one of the following options is correct?

Friend function can access public data members of the class.

Friend function can access public data members of the class.

Friend function can access protected data members of the class.

Friend function can access protected data members of the class.

Friend function can access private data members of the class.

Friend function can access private data members of the class.

All of the above.

All of the above.

Once you attempt the question then PrepInsta explanation will be displayed.

Please login to submit your explanation

Start

["0","40","60","80","100"]
["Need more practice! \r\n","Keep trying! \r\n","Not bad! \r\n","Good work! \r\n","Perfect! \r\n"]