Computer Science, asked by Superstar4822, 9 months ago

C++ encourages structuring a software as a collection of components that are

Answers

Answered by asamreddy
1

Answer:

Classes

Explanation:

A class in C++ is a user-defined type or data structure declared with keyword class that has data and functions as its members whose access is governed by the three access specifiers private, protected or public. By default access to members of a C++ class is private.

Similar questions