adplus-dvertising
frame-decoration

Question

The virtual function overrides ____________

a.

Do not acquire base class declaration of default arguments

b.

Do acquire base class declaration of default arguments

c.

Do not link with the default arguments of base class

d.

Do link with the default argument but only of derived classes

Answer: (a).Do not acquire base class declaration of default arguments

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The virtual function overrides ____________

Similar Questions

Discover Related MCQs

Q. Which among the following is true for constructors overloading?

Q. If a constructors should be capable of creating objects without argument and with arguments, which is a good alternative for this purpose?

Q. The Constructors with all the default arguments are similar as default constructors. State true or false.

Q. Which among the following is true?

Q. Which among the following can be used in place of default constructor?

Q. Can a class have more than one function with all the default arguments?

Q. Which is the correct syntax for using default arguments with the constructor?

Q. How many parameters must be passed if only the following prototype is given to a constructor?

Prototype: className(int x, int y, int z=0);

Q. If the constructors are overloaded by using the default arguments, which problem may arise?

Q. Which among the following is true ?

Q. Which constructor among the following will be called if a call is made like className(5,’a’);?

Q. Which constructor definition will produce a compile time error?

Q. If there is a constructor with all the default arguments and arguments are not passed then _________________

Q. Which is the correct statement for default constructors?

Q. Which is a good alternative instead of having one zero argument constructor and one single argument constructor with default argument?

Q. What is upcasting?

Q. Which among the following is true for upcasting in inheritance?

Q. Which among the following is safe?

Q. Which among the following is best situation to use upcasting?

Q. Which property is shown most when upcasting is used?