21. |
Which is used to define the member of a class externally? (કોનો ઉપયોગ class ના મેમ્બર ને externally બતાવવા માટે થાય છે)
|
||||||||
Answer:
Option (b) |
22. |
Which of the following is a valid class declaration? (નીચેનામાંથી કયુ valid class નું declaration છે?)
|
||||||||
Answer:
Option (a) |
23. |
he data members and functions of a class in C++ are by default ____________ (C++ માં કલાસ ના ડેટા મેમ્બર અને ફંકશન ડીફોલ્ટ_______ રૂપે હોઈ છે)
|
||||||||
Answer:
Option (b) |
24. |
What is the correct syntax of accessing a static member of a Class? Example class:
કલાસ ના નીચે આપેલા static member ને એક્સેસ કરવાનો સાચી syntax શું છે? Example class:
|
||||||||
Answer:
Option (b) |
25. |
Pick the incorrect statement about inline functions in C++? (C++ માં ઇનલાઇન ફંકશન વિશે ખોટું સ્ટેટમેન્ટ કયું છે)
|
||||||||
Answer:
Option (d) |
26. |
Which functions of a class are called inline functions? કલાસ ના કયા ફંકશન ને ઇનલાઇન ફંક્શન્સ કહેવામાં આવે છે?
|
||||||||
Answer:
Option (b) |
27. |
Where does the object is created? (object ક્યાં બનાવવામાં આવે છે?)
|
||||||||
Answer:
Option (a) |
28. |
How to access the object in the class? (class માં object કઈ રીતે access કરવો?)
|
||||||||
Answer:
Option (c) |
29. |
How many objects can present in a single class? (એક class માં કેટલા objects બનાવી શકાય છે?)
|
||||||||
Answer:
Option (d) |
30. |
Which rule will not affect the friend function? (નીચે આપેલા માંથી કયા નિયમ થી friend function ને અસર થશે નહીં?)
|
||||||||
Answer:
Option (a) |