CoCubes OOPs Question and Answers Quiz-1

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

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

PrepInsta User

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

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

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

PrepInsta User

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

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

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

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

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

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

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

["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"]

Personalized Analytics only Availble for Logged in users

Analytics below shows your performance in various Mocks on PrepInsta

Your average Analytics for this Quiz

Rank

-

Percentile

0%

Get over 200+ Courses under One Subscription

mute

Don’t settle Learn from the Best with PrepInsta Prime Subscription

Learn from Top 1%

One Subscription, For Everything

The new cool way of learning and upskilling -

Limitless Learning

One Subscription access everything

Job Assistance

Get Access to PrepInsta Prime

Top Faculty

from FAANG/IITs/TOP MNC's

Get over 200+ course One Subscription

Courses like AI/ML, Cloud Computing, Ethical Hacking, C, C++, Java, Python, DSA (All Languages), Competitive Coding (All Languages), TCS, Infosys, Wipro, Amazon, DBMS, SQL and others.

Comments