Explain the benefits of proper inheritance.
No Answer is Posted For this Question
Be the First to Post Answer
What is a virtual destructor?
How would you use the functions sin(), pow(), sqrt()?
what is scupper?
Explain about templates of C++.
Search for: what is pair in c++?
What is input operator in c++?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
What is the difference between function overloading and operator overloading?
What is pure virtual function? Or what is abstract class?
Can a list of string be stored within a two dimensional array?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().