Q:

What is default access specifier for data members or member functions declared within a class without any specifier, in C++ ?

0

What is default access specifier for data members or member functions declared within a class without any specifier, in C++ ?


  1. Private
  2. Protected
  3. Public
  4. Depends on compiler

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(a).Private

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING OOPS CONCEPT AND FEATURES MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which is most appropriate comment on following cla... >>
<< Class is pass by _______...