C++ Questions and Answers - 1
Question: 1
How is polymorphism achieved?
Polymorphism is achieved through function overloading and operator overloading.
Question: 2
What is integral promotion of data?
When C++ did not find the exact match of a function call, the compiler will promote data to find the nearest match.
For example, char type can be promoted to integer/float/double.
Integral promotions are purely compiler oriented.
Question: 3
What is operator overloading?
The mechanism of giving special meaning to an operator is called as operator overloading.
Question: 4
List out any four operators that can be overloaded?
+
++
–
--
*
Question: 5
Write any four rules for function overloading.
Each overloaded function must differ either by the number of its formal parameters or their data types.
The return type of overloaded functions may or may not be the same data type.
The default arguments of overloaded functions are not considered by the C++ compiler as part of the parameter list.
Do not use the same function name for two unrelated functions.
- C++ Interview Questions and Answers for Experienced
- Top 200+ C++ Interview Questions and Answers
- C++ Interview Questions and Answers for Freshers
- Advanced C++ Programming Interview Questions and Answers
- C++ Language Interview Questions for Experienced Pdf
- C++ Programs Asked in Interview for Freshers
- C++ Interview Questions and Answers Pdf
- C++ Language Interview Questions and Answers for Freshers Pdf
- C++ Questions and Answers
- Top 250+ C++ Constructor and Destructor Programming Interview Questions
- C++ basic interview questions and answers pdf
- C++ Programming Interview Questions and Answers
- C++ Technical Interview Questions and Answers
- Top 200+ Advanced C++ Interview Questions 2020-2021
- C++ Lab Viva-Practical Exams Questions and Answers
- C++ Coding Interview Questions and Answers
Kubernetes MCQ Quiz for Beginners and Professionals 2026-2027 More
Multiple Choice Questions on Basic Programming Language More
Information Security Quiz Questions and Answers Pdf More
DevOps Multiple Choice Questions and Answers More
Advanced SEO Interview Questions and Answers Pdf More
GATE Chemical Engineering Previous Year Papers Pdf More
100+ Surds and Indices Aptitude Questions and Answers More
TNPSC, UPSC, SSC Union Legislature, Parliament MCQ Quiz Questions More
Rearrangement of Sentences Questions and Answers Pdf More
Road Safety Questions for Class 7 More