Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

class Student{ string first, last; int age, ID; double GPA; public: Student(); Student(string frst, string Ist, int idNum, int ag, double gp, string cName,

 

class Student{ string first, last; int age, ID; double GPA; public: Student(); Student(string frst, string Ist, int idNum, int ag, double gp, string cName, int cZip); static void getInstance(istream & in, Student & S); const string getLastName() const; bool setLastName(const string & inLastName); //other class functions }; Q. 1. Which data members in above class have public access (if any)? Q. 2. Which data members in above class have private access (if any)?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Java An Introduction To Problem Solving And Programming

Authors: Walter Savitch

8th Edition

0134462033, 978-0134462035

More Books

Students also viewed these Programming questions

Question

Is there statistical significance? What was the effect size?

Answered: 1 week ago