What is the program part in which a particular piece of data item that can be accessed known as?
Scope
Priority
Accessibility
none of these
Which philosophy restricts internal details of a class which is visible only inside the class?
Data handling
Information hiding
Inheritance
Access specifiers
Which of the following factor determines the size of a composite data type?
Member functions
Member variables
Objects
Class
What can hide a global variable?
Local variable with same value
Local variable with same data type
Local variable with same name
Any local variable