![]()

![]()
|
QUESTION PAPERS
OBJECT ORIENTED PROGRAMMING 4th Semester (CS 252) DEC 2K6
I
II Explain the following with examples:
III What is the difference between actual and formal
arguments? Explain the relationship between them.
IV What is an array of characters? Where are they used?
V What is a structure? How can the structure be nested?
VI What is void* pointer? What is its use?
VII What is operator overloading? Explain binary operator
overloading.
VIII What is inheritance? How it is implemented? Distinguish
between public and private inheritance.
IX What are virtual functions and pure virtual functions? Where
are they used. Explain.