When constructor is called?

Options
- Constructor is called before creating the object.
- Constructor is called after creating the object
- Constructor is called concurrently when object creation is going on
- Constructor cannot be called


CORRECT ANSWER : Constructor is called concurrently when object creation is going on

Discussion Board
result

Default constructor is implicitly calling


dhanunjay 06-12-2015 10:11 PM

result

good

purushotham 02-16-2015 01:42 AM

correction in the answer

Constructor is not explicitly called. it is being called automatically when the object gets created.

aditi 10-31-2014 07:10 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement