OOPs Concepts Programming and Technical

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.

Read Solution (Total 2)

OOPs Concepts Other Question

Which of the following cannot be legitimately passed to a function

-A constant
-A variable.
-A structure
-A header file.
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.