Discussion :: Object Oriented Programming Using C++
-
A class Stockltems has four data members and three function members. You define 50 objects as members of the class. Which is true?
A.
Only one copy of each of the tnree functions exists
|
B.
Only one copy of each of the four data members exists
|
C.
Both (a) and (b) are true
|
D.
Neither (a) nor (b) is true
|
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment