Object class clone() method has native implementation which creates instance of child class and copies the state of source object to newly created instance.
Question:
- clone() method of object class doesn't invoke constructor of child class then how does it creates instance of the child class?