What kind of operator is 'cin'?
Input
Output
Special
Increment
What sort of operation will give Boolean result?
Arithmetic
Stream extraction
Relational
Conditional
Which concept means the ability to take more than one form?
Inheritance
Abstraction
Polymorphism
Encapsulation
What is the smallest individual unit in a program?
Keyword
Tokens
Literals
Character
What are the basic run-time entities in an object oriented system?
Object
Class
Variable
Loop
Which token triggers some kind of operations on the data?
Operators
Which of the following is the ternary operator?
Logical
Which of the following is often reffered to as constant?
What type of operator is '>='?
What is the expansion of 'OOP'?
Object Obedient Program
Option Oriented Program
Object Oriented Program
Option Obedient Program