What is object-oriented programming? Webopedia definition
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
write a c++ program to find maximum of two numbers using inline functions.
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is inheritance in oop?
when my application exe is running nad i don't want to create another exe what should i do
What is the difference between declaration and definition?
what is object slicing?
What does I oop mean?
what is the 3 types of system development life cycle
Out of 4 concepts, which 3 C++ Follow?
I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?
What is a macro? And how is a macro same as a template?