CSC166 Object Oriented Programming

Object Oriented ProgrammingTU Board 2082

Define stream. Suppose a file named STD.DAT contains a list of objects of class Student having data members name and class. Now write a program to extract the name of students reading in class 5…

5

Define stream. Suppose a file named STD.DAT contains a list of objects of class Student having data members name and class. Now write a program to extract the name of students reading in class 5 from STD.DAT.

A worked answer is on its wayMeanwhile, read the Object Oriented Programming notes for this topic.

Discussion

Loading…

More Object Oriented Programming questions

All Object Oriented Programming old questions