Mention any two attributes required for class declaration.
36 Likes
Two attributes required for class declaration are the keyword 'class' and the name of the class.
Answered By
19 Likes
What is public access of a class?
How are private members of a class different from public members?
Explain instance variables. Give an example.
Explain any two types of access specifiers.