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
Computer Awareness Questions for NIMCET, JNU, BHU, MCA More
Objective Computer Awareness Notes for Bank, Competitive Exams More
Boolean Algebra Questions and Answers Pdf Class 11 More
Spreadsheet Questions and Answers Pdf More
Computer Awareness Question Bank Pdf Free Download More
1000+ Mechanical Engineering Questions and Answers Pdf More
7000+ Computer Syllabus for Bank Exams 2023 - 2024 Pdf More
1000+ Process Control and Instrumentation Quiz Questions & Answers More
General Knowledge Questions and Answers for TRB Exams More
1000+ DBS Aptitude Questions and Answers Pdf More