adplus-dvertising
frame-decoration

Question

Can constructors be overloaded in derived class?

a.

Yes, always

b.

Yes, if derived class has no constructor

c.

No, programmer can’t do it

d.

No, never

Answer: (d).No, never

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Can constructors be overloaded in derived class?

Similar Questions

Discover Related MCQs

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?

Q. When is the constructor called for an object?

Q. Which among the following function can be used to call default constructor implicitly in java?

Q. Why do we use constructor overloading?

Q. If programmer have defined parameterized constructor only, then __________________

Q. Which among the following is not valid in java?

Q. What is we only create an object but don’t call any constructor for it in java?

Q. Which is correct syntax?

Q. Which among the following best describes the constructors?

Q. Which among the following best describes destructor?

Q. Which among the following represents correct constructor?

Q. Which among the following is correct syntax for the destructors?

Q. What is the sequence of destructors call?

Q. The destructors _____________________

Q. Destructor calls ________________ (C++)

Q. Number of destructors called are

Q. For explicit call _________________

Q. If a class have 4 constructors then it must have 4 destructors also.