Question: 1 Multiple answer 1 point Which statement ( s ) is / are are correct in C + + structs and classes? ( Select all

1 Multiple answer 1 point
Which statement(s) is/are are correct in C++ structs and classes? (Select all that apply.)
There is absolutely zero difference between a data structure ('struct') and a class.
The main technical distinction between a data structure ('struct') and a class is that the members of a struct are public by default.
A class can be thought of as a 'blueprint' for an object.
Member functions \& data of a class might be set to be private or public, for example.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!