C++ Static Data Question:
Can you please explain what is class using C++?
Answer:
A class holds the data and functions that operate on the data. It serves as the template of an object.
Previous Question | Next Question |
Default value of static variable is_____. a. 0 b. 1 c. Garbage value d. Compiler dependent | What is static variable? |