Multiple Choice
By convention, the names of the Private variables in a class start with a(n) ____.
A) slash ( / )
B) underscore ( _ )
C) pound sign ( # )
D) ampersand ( & )
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: A(n) _ encapsulates all of the attributes
Q33: You should use _ to name a
Q34: You can write a(n) _ as either
Q35: Although you can define a class that
Q36: To instantiate a class-level object variable, you
Q37: Match each item with a statement below.
Q38: When an application needs to assign data
Q39: In OOP, the term _ means to
Q41: The Get statement begins with the keyword
Q42: What is a constructor? What is the