C++ encourages structuring a software as a collection of components that are
Answers
Answered by
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
Social Sciences,
6 months ago
Science,
6 months ago
Business Studies,
1 year ago
English,
1 year ago
Biology,
1 year ago