Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

kindly write code in C++.... Task 1 Create a class of Student having private data members. Make all constructors along with setter getter. Also make

image text in transcribed

kindly write code in C++....

Task 1 Create a class of Student having private data members. Make all constructors along with setter getter. Also make a print function that can print all the information of a student. Class Student { Private: char* name; char* reg_no; float cgpa; Date dob; }; Class Date { Private int day; Page 2 of 2 int month; int year: }

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

Readings In Database Systems

Authors: Michael Stonebraker

2nd Edition

0934613656, 9780934613651

More Books

Students also viewed these Databases questions

Question

Presentation Aids Practicing Your Speech?

Answered: 1 week ago