Sunday, 22 February 2015

CS201 Current Spring 2015 Final Term VU Paper

What is conversation construct?----ye wala q b meri frnd k paper men aya ta
What does code optimization mean?
What do you mean by garbage collection and how it works in JAVA and C++ ?
Identify the errors in the following member operator function and also correct them.
math * operator(math m);

math * operator (math m)
{
math temp;
temp.number= number * number;
return number;
}....ye wala b

Suppose we have the following class.

class Matrix
{
private:
int Elements[3][3];
};
What are the first parameters of stream insertion“<<” and stream extraction “>>” for operator function----------------ye wala jo q h na ye boht sare papers men aya .h...