OOPs Concepts Programming and Technical

To perform stream I/O with disk files in C++, you should

-open and close files as in procedural languages.
-use classes derived from ios.
-use C language library functions to read and write data.
-include the IOSTREAM.H header file.

Read Solution (Total 3)

OOPs Concepts Other Question

this pointer

-implicitly points to an object
-can be explicitly used in a class.
-can be used to return an object.
-All of the above.
RunTime Polymorphism is achieved by ______

-friend function
-virtual function
-operator overloading
-function overloading