Abstraction
Encapsulation
Data hiding
Composition
class Cat extends Animal
class Animal extends Cat
Both are correct way
None is correct way
Inheritance
None
Function overriding
Function overloading
Compile time
Run time
Both
Procedure Oriented Programming
Modular Programming
Object Oriented Programming
None of these
Polymorphism
. (dot)
+ (plus)
– (minus)
/ (divide)
public
default
Both a and b
Simple Interest
SimpleInterest
1SimpleInterest
Simple@Interest
obj1
1obj
Obj 1
Obj#1
12.36f
12.36F
12.36
0178
675
0675
0X675
boolean f=true;
boolean f=True;
boolean f=’true’;
; semicolon
, comma
: colon
. dot
int
float
String
char
double
short
Class
Object
Method
Syntax errors
Logical errors
Run-time errors
Technical errors