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