11. |
Which is the pointer which denotes the object calling the member function? એવો કયો પોઇન્ટર છે જે member function ના object calling સૂચવે છે?
|
||||||||
Answer:
Option (b) |
12. |
The this pointer is accessible __________________ this pointer એ ________ માં accessible છે
|
||||||||
Answer:
Option (c) |
13. |
An object’s this pointer _____________________ this pointer નો object ________ છે
|
||||||||
Answer:
Option (d) |
14. |
The this pointers _____________________
this pointers ________ છે
|
||||||||
Answer:
Option (d) |
15. |
Virtual function is ______ class function which expected to be redefined in ______ class, so that when reference is made to derived class object using pointer then we can call virtual function to execute ________ class definition version. વર્ચ્યુઅલ ફંક્શન એ ______ class function છે જે ______ class માં ફરીથી redefined થવાની expected છે, જેથી જ્યારે જ્યારે પોઇન્ટરનો ઉપયોગ કરીને ડેરિવેટેડ ક્લાસ object પર pointer બનાવવામાં આવે, તો આપણે ________ ક્લાસ definition version ચલાવવા માટે વર્ચુઅલ ફંકશન કહી શકીએ.
|
||||||||
Answer:
Option (a) |
16. |
Which among the following best describes polymorphism? નીચે આપેલામાંથી કયું polymorphism નું શ્રેષ્ઠ વર્ણન કરે છે?
|
||||||||
Answer:
Option (a) |
17. |
If same message is passed to objects of several different classes and all of those can respond in a different way, what is this feature called? જો same message ઘણા જુદા જુદા class ના objects ને પહોંચાડવામાં આવે છે અને તે બધા જુદી જુદી રીતે respond આપી શકે છે, તો આ feature ને શું કહેવામાં આવે છે?
|
||||||||
Answer:
Option (c) |
18. |
Which type of function among the following shows polymorphism? નીચેના પ્રકારનાં કયા પ્રકારનાં કાર્ય polymorphism બતાવે છે?
|
||||||||
Answer:
Option (b) |