Identifier
Operator
Value
None of These
Procedure Oriented Programming
Modular Programming
Object Oriented Programming
None of these
Explicit Type Conversion
Implicit Type Conversion
Both A and B
Abstraction
Encapsulation
Data hiding
Composition
. (dot)
+ (plus)
– (minus)
/ (divide)
Class
Object
Method
class Cat extends Animal
class Animal extends Cat
Both are correct way
None is correct way
Compile time
Run time
Both
None
Operators
Identifiers
Literals
All of These
Member Functions
Data Members
Both a and b
Polymorphism
Inheritance
Multiple inheritance for classes
multiple inheritance of interface
compile time polymorphism
Punctuator
Variable
Separator
Functions of the object
Data Members of the object
Content of an object
All of these
Hiding complexity
Method hiding
Hiding constructor
One object is used to create one class.
One class is used to create one object.
One object can create many classes.
One class can create many objects.
method overriding
method overloading
constructor overloading
operator overloading
Function overriding
Function overloading
Program
High level Language
At run time
At compile time
At coding time
At execution time
.java
.class
Wrapping data fields with methods
Hiding data and internal methods using access modifiers in a class
Using Interfaces
All of the above
JVM
Source Code
Compilation
Bytecode
polymorphism
A=B+C;
A=8;
obj1
1obj
Obj 1
Obj#1
Compile time polymorphism
Execution time polymorphism
Multiple polymorphism
Multilevel polymorphism
public
default
Simple Interest
SimpleInterest
1SimpleInterest
Simple@Interest
Behaviour
Situation
Variables
Keywords
Punctuators
class