#10. ___________ is describes multiple possible states for a single property.
Previous
Next
#11. _________ is the process of using an operator or function in different ways for different set of inputs given.
Previous
Next
#12. Compiler determines which function is used based on the parameters passed to the function, this happen during compilation time is known as ___________
Previous
Next
#13. ________ is the process of defining a number of objects of different classes into a group and calls the methods to carry out the operation of the objects using different function calls.
Previous
Next
#14. _________ is the type of object or pointer may not be known at the time of compilation since they are created dynamically at run time.
Previous
Next
#15. __________ function is a member function of a class whose functionality can be over-ridden in its derived classes.
Previous
Next
#16. ________ is a member function of a class.
Previous
Next
#17. A _________ function call is resolved at run time.
Previous
Next
#18. Virtual function can be declared by _________ keyword.
Previous
Next
#19. Virtual function cannot be _________ members.
Previous
Next
#20. Virtual function can be accessed by using object __________
Previous
Next
#21. Virtual function can be ________ of another class.
Previous
Next
#22. A __________ function in a base class must be defined even though it may not be used.
Previous
Next
#23. In Virtual function, we cannot have virtual constructor but we can have virtual _________
Previous
Next
#24. If a virtual function is defined in the base class, it need not be necessarily redefined in the ______ class.
Previous
Next
#25. A class which consist atleast one pure virtual function is called an __________ base class.