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
Write your comments