defined and each one have three ariables of data , three static data five member functions and three tatic member function, how many opies of that class's data items are

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter13: Overloading And Templates
Section: Chapter Questions
Problem 18PE
icon
Related questions
Question
Please solve Quickly in c++
If thirty objects of a class are
defined and each one have three
variables of data , three static data,
five member functions and three
static member function, how many
copies of that class's data items are
stored in memory
90<data item<100
80<data item<90
50<data item<80
30<data item<49
Which of the following members take
* :values in test object
Class Test
(int xyz;;
Static int xyz2;
Static int sum({}
Void av()X}
}test:
a- xyz1
b- xyz2
C- sum
d- av
e- both a&b
Transcribed Image Text:If thirty objects of a class are defined and each one have three variables of data , three static data, five member functions and three static member function, how many copies of that class's data items are stored in memory 90<data item<100 80<data item<90 50<data item<80 30<data item<49 Which of the following members take * :values in test object Class Test (int xyz;; Static int xyz2; Static int sum({} Void av()X} }test: a- xyz1 b- xyz2 C- sum d- av e- both a&b
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning