Why do we use polymorphism in oops?
No Answer is Posted For this Question
Be the First to Post Answer
the difference between new and malloc
write a program for function overloading?
14 Answers HCL, InfoCity, TATA,
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
WHY FUCTION OVERLOADING DOSENOT RETURN A RETEN TYPE
why freind function takes more parameter than normal member function in c++?
what is the difference between class to class type conversion and copy constructor ?
What is coupling in oop?
Precompilation ?
What is virtual function?where and when is it used?
what is the realstic modeling?
What is the real time example of encapsulation?
Base class has two public data members. How can i derive a new class with one datamember as public and another data member as private?.