C++ Access Control Question: Download C++ Access Control PDF

Explain access specifier Public?

Tweet Share WhatsApp

Answer:

If a class member is public, it can be used anywhere without the access restrictions.

Download C++ Access Control PDF Read All 31 C++ Access Control Questions
Previous QuestionNext Question
Explain access specifier protected?What is the importance of mutable keyword?