1. |
Which of the following statements is correct? નીચેનામાંથી કયું statements correct છે?
|
||||||||
Answer:
Option (b) |
2. |
How many types of polymorphisms are supported by C++? C++ દ્વારા કેટલા પ્રકારનાં polymorphisms નો support છે?
|
||||||||
Answer:
Option (b) |
3. |
What is a virtual function in C++? C++ માં વર્ચુઅલ ફંક્શન શું છે?
|
||||||||
Answer:
Option (d) |
4. |
Which is the correct syntax of declaring a virtual function? વર્ચુઅલ ફંક્શન declare કરવાની સાચી syntax કઈ છે?
|
||||||||
Answer:
Option (a) |
5. |
Which concept of OOPs is shown by Virtual Functions? વર્ચ્યુઅલ ફંક્શન્સ દ્વારા OOP ના કયા concept માં બતાવવામાં આવ્યો છે?
|
||||||||
Answer:
Option (c) |
6. |
Which access specifier is used where one wants data members to be accessed by other classes but not from outside objects?
કયા access specifier નો ઉપયોગ થાય છે જ્યાં કોઈ data members ને અન્ય class દ્વારા access કરવા માંગે છે પરંતુ outside object થી નહીં?
|
||||||||
Answer:
Option (b) |
7. |
Which is referred by pointers to member?
pointers to member ને કોણ refer કરે છે?
|
||||||||
Answer:
Option (b) |
8. |
Which operator is used in pointer to member function? કયા ઓપરેટરનો ઉપયોગ pointer to member function માં થાય છે?
|
||||||||
Answer:
Option (c) |
9. |
Run time polymorphism can be achieved with______ . Run time polymorphism ___________દ્વારા મેળવવામાં આવે છે
|
||||||||
Answer:
Option (c) |
10. |
Runtime polymorphism is achieved only when a virtual function is accessed through a pointer to the base class. Runtime polymorphism ત્યારે જ achieve થાય છે જ્યારે વર્ચુઅલ ફંક્શન એ બેઝ ક્લાસ ના pointer દ્વારા access કરવામાં આવે છે.
|
||||
Answer:
Option (a) |