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