Solved

Which of the Following Statements Is False

Question 40

Multiple Choice

Which of the following statements is false


A) Each object of a class shares one copy of the class's instance variables.
B) Each class declaration is typically stored in a file having the same name as the class and ending with the .cs filename extension
C) Class, property and method names begin with an initial uppercase letter (i.e., Pascal case) ; variable names begin with an initial lowercase letter (i.e., camel case) .
D) A class has attributes, implemented as instance variables. Objects of the class carry these instance variables with them throughout their lifetimes.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions