Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyC++classes and membersSingle-choice MCQ

By default (no access specifier given), members of a 'class' are:

class Account { int balance; // no access specifier above this };