CPPPT
CPPPT
A PRESENTATION
FOR
PROFICIENCY TEST
On
Computer Programming
Topic : Classes in C++
Class Structure
1. Members of a class are private by default. 1. Members of a structure are public by default.
4. It is declared using the class keyword. 4. It is declared using the struct keyword.