Please send ford technologies placement paper 2 my mail id
No Answer is Posted For this Question
Be the First to Post Answer
Why interface is used?
what is oppes
What are the different forms of polymorphism??
to find out the minimum of two integer number of two different classes using friend function
Precompilation ?
what is the new version of oops
What is the difference between class and object?
Write a program to reverse a string using recursive function?
is there any choice in opting subjects like 4 out of 7
what is overloading
What is the real life example of polymorphism?
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile