Which of the following represents the constructor of the class given below? class Student { private: int roll_no; float marks; };
Reveal answer
Fill a bubble to check yourself
Which of the following represents the constructor of the class given below? class Student { private: int roll_no; float marks; };