Function prototype
Function signature
Both a and b
None of these
1
2
3
4
Limited within the function
Can be accessed anywhere within the same class
No limitation at all
function
2function
fun in action
fun#
public
private
partially
protected
Method
Class
Abstraction
Inheritance
Object
Body of loop
function signature
function Autograph
function nick name
function attribute
Prototype
method body
calling of method
Value
Reference
Self
Other package
Overloading
Overlapping
Encapsulation
It has the same name as the class.
It has no return-type
It is usually used for initialisation
It can be invoked using an object like any other member function
Number
number
construct
Number_contruct
Parameterised constructor
Non-parameterised constructor
Parameter list
Return type
default
Copy constructor
Default constructor
Overloaded constructor
Byte
Int
Long
Float
Integer a=new (5);
Integer a=Integer(5);
Integer a=new Integer(5);
Integer a=new (“5â€);
int a=Integer(s);
int a=(int)s;
int a=parseInt(s);
int a=Integer.parseInt(a);