The default visibility of all the data members and member-02884
The default visibility of all the data members and member function of a class is __________ and __________
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Lecture No.26 - Quiz No.1.
The default visibility of all the data members and member function of a class is __________ and __________
hidden,close
hidden,open
private,public
None of the given