πŸ“Š C++
Q. How many copies of a class static member are shared between objects of the class?
  • (A) A copy of the static member is shared by all objects of a class
  • (B) A copy is created only when at least one object is created from that class
  • (C) A copy of the static member is created for each instntiation of the class
  • (D) No memory is allocated for static members of a class
πŸ’¬ Discuss
βœ… Correct Answer: (C) A copy of the static member is created for each instntiation of the class

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
281
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
93%
Success Rate