Create a class called Student that includes a data member that holds a name for each object created from the class and a data member that represents the number of students. That is, the first object created will be 1, the second 2, and so on. To do this, you’ll need another data member that records a count of how many objects have been created so far. (What keyword specifies this?) Then, as each object is created, its constructor increase the count member variable by one. Then write a main() program that creates three objects and queries each one about their names and the count.

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter10: Introduction To Inheritance
Section: Chapter Questions
Problem 9RQ
icon
Related questions
Question
100%

Create a class called Student that includes a data member that holds a name for each object created from the class and a data member that represents the number of students. That is, the first object created will be 1, the second 2, and so on.
To do this, you’ll need another data member that records a count of how many objects have been created so far. (What keyword specifies this?) Then, as each object is created, its constructor increase the count member variable by one.
Then write a main() program that creates three objects and queries each one about their names and the count.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Unreferenced Objects
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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT