FeedBack Form

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

OOPS Concept Quiz Questions and Answers

1. C++ belongs to which category of Programming Language?
 
  • A. Procedural
  • B. Modular
  • C. Object Oriented
  • D. Structured
 
2. Which of the following is an Object Oriented Programming Langauge?
 
  • A. C
  • B. C++
  • C. BASIC
  • D. FORTRAN
 
 
3. ........ is a template for entities that have common behaviour.
 
  • A. Object
  • B. Data
  • C. Polymorphism
  • D. Class
 
4. The mechanism by which the data and functions are bound together within an objecs is called as
 
  • A. Overriding
  • B. Polymorphism
  • C. Overloading
  • D. Encapsulation
 
5. The group of data and operations together are known as
 
  • A. Object
  • B. Function
  • C. Class
  • D. Structure