FeedBack Form

Your Name :
Your Email :
Your Location :
Your Message :
   
FeedBack

C++ Polymorphism Questions and Answers

1. The word polymorphism means ..........
 
  • A. single form
  • B. two forms
  • C. many programs
  • D. many shapes
 
2. Which one of the following operators cannot be overloaded?
 
  • A. ::
  • B. - -
  • C. +
  • D. ++
 
 
3. In function overloading do not use the .......... function name for two unrelated functions.
 
  • A. similiar
  • B. same
  • C. complement
  • D. different
 
4. Polymorphism is achieved through .........
 
  • A. poly programming
  • B. inheritance
  • C. overloading
  • D. encapsulation
 
5. Data abstraction is achieved in C++ through ..........
 
  • A. polymorphism
  • B. inheritance
  • C. encapsulation
  • D. overloading