When using classes in programming the concept of public and private members of a class (the data and the functions) is important. Which one of the following sentences best explains this concept? Private members of a class are not meant to be accessed by code outside of the class but are visible to code belonging to a class. Only the public members should be used by code outside of the class itself. Private members of a class should only be used by programmers with the correct authorisation. Public members of the class can be used by anyone.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter10: Classes And Data Abstraction
Section: Chapter Questions
Problem 12SA: Assume the definition of class houseType as given in Exercise 11. Answer the following questions....
icon
Related questions
Question

When using classes in programming the concept of public and private members of a class (the data and the functions) is important. Which one of the following sentences best explains this concept?

  1. Private members of a class are not meant to be accessed by code outside of the class but are visible to code belonging to a class. Only the public members should be used by code outside of the class itself.
  2. Private members of a class should only be used by programmers with the correct authorisation. Public members of the class can be used by anyone.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Data members
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning