adplus-dvertising
frame-decoration

Question

If constructors of a class are defined in private access, then:

a.

The class can’t be inherited

b.

The class can be inherited

c.

Instance can be created only in another class

d.

Instance can be created anywhere in the program

Answer: (a).The class can’t be inherited

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. If constructors of a class are defined in private access, then:

Similar Questions

Discover Related MCQs

Q. Copy constructor is a constructor which ________________

Q. The copy constructor can be used to:

Q. If two classes have exactly same data members and member function and only they differ by class name. Can copy constructor be used to initialize one class object with another class object?

Q. The copy constructors can be used to ________

Q. Which returning an object, we can use ____________

Q. If programmer doesn’t define any copy constructor then _____________

Q. If a class implements some dynamic memory allocations and pointers then _____________

Q. What is the syntax of copy constructor?

Q. Object being passed to a copy constructor ___________

Q. Out of memory error is given when the object _____________ to the copy constructor.

Q. Copy constructor will be called whenever the compiler __________

Q. The deep copy is possible only with the help of __________

Q. Can a copy constructor be made private?

Q. The arguments to a copy constructor _____________

Q. Copy constructors are overloaded constructors.

Q. Which among the following best describes constructor overloading?

Q. Can constructors be overloaded in derived class?

Q. Does constructor overloading include different return types for constructors to be overloaded?

Q. Which among the following is possible way to overload constructor?

Q. Which among the following is false for a constructor?