MCQOPTIONS
Bookmark
Saved Bookmarks
→
Object Oriented Programming
→
Inbuilt Classes in Object Oriented Programming
→
Which member can be considered most secure in the..
1.
Which member can be considered most secure in the code below?
A.
a
B.
b
C.
c
D.
dView Answer
Answer» C. c
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which member can be considered most secure in the code below?
Which data member in following code will be used whenever an object is created?
Private member functions can be overloaded.
Which member will never be used from the following class?
Which option is false for the following code?
Choose the correct option for the code given below.class A{ static int c=0; public: A(){ c++; } };
Which access specifier is/are most secure during inheritance?
If private members have to be accessed directly from outside the class but the access specifier must not be changed, what should be done?
Which among the following is correct to call a private member from outside the class?
Which among the following is true for the code given below?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply