KwickClips Cyber Safety and Ethics · 40 sec · free
Which is private by default?
Short answer. class.
Can a struct have functions?
Yes.
One real difference
| Point | struct | class |
|---|---|---|
| Default access | public | private |
| Functions | yes | yes |
Remember
| struct: public by default |
| class: private by default |
Struct and class look the same. What is different? Only default access differs. Struct members are public by default, class members private. Both can have functions. Struct is public by default. Class is private by default.
This clip is from the full lesson: Structures, Typedef and Enumerated Data Types in C++ — 7 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 9 Information Technology (402), GSEB Std 10 Computer Studies, GSEB Std 12 Computer Studies, Cambridge IGCSE Grade 10 Computer Science (0478)
More KwickClips from this lesson
How do you end a struct definition?43 sec
Does typedef create a new type?39 sec
Where does an enum start?40 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

